We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e927e commit 6027177Copy full SHA for 6027177
1 file changed
Dockerfile
@@ -16,13 +16,11 @@ COPY --from=deps /app/node_modules ./node_modules
16
COPY . .
17
COPY docker/middleware.ts ./src
18
19
-ARG DATABASE_TYPE
20
ARG BASE_PATH
21
22
-ENV DATABASE_TYPE=$DATABASE_TYPE
23
ENV BASE_PATH=$BASE_PATH
24
-
25
ENV NEXT_TELEMETRY_DISABLED=1
+ENV DATABASE_URL="postgresql://user:pass@localhost:5432/dummy"
26
27
RUN npm run build-docker
28
0 commit comments