Skip to content

Commit c32525f

Browse files
authored
Actual fix
1 parent e6e838f commit c32525f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ WORKDIR /app
1010
COPY --from=deps /app/node_modules ./node_modules
1111
COPY . .
1212
ENV NEXT_TELEMETRY_DISABLED=1
13+
ENV DATABASE_URL="postgresql://dummy:dummy@localhost:5432/dummy"
1314
RUN npm run build
1415

1516
FROM node:20-slim AS runner

0 commit comments

Comments
 (0)