There was an error while loading. Please reload this page.
1 parent e6e838f commit c32525fCopy full SHA for c32525f
1 file changed
Dockerfile
@@ -10,6 +10,7 @@ WORKDIR /app
10
COPY --from=deps /app/node_modules ./node_modules
11
COPY . .
12
ENV NEXT_TELEMETRY_DISABLED=1
13
+ENV DATABASE_URL="postgresql://dummy:dummy@localhost:5432/dummy"
14
RUN npm run build
15
16
FROM node:20-slim AS runner
0 commit comments