We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97df71f commit 47eb561Copy full SHA for 47eb561
.dockerignore
@@ -1 +1,2 @@
1
node_modules
2
+.env*
Dockerfile
@@ -10,7 +10,7 @@ FROM base AS build
10
11
WORKDIR /build
12
ARG SQL_GENERATE_URL
13
-ENV DATABASE_URL=$SQL_GENERATE_URL
+ENV DIRECT_URL=$SQL_GENERATE_URL
14
RUN test -n "${DATABASE_URL}"
15
COPY . .
16
RUN --mount=type=cache,target=~/.bun/install bun install --frozen-lockfile --ignore-scripts
0 commit comments