Skip to content

Commit f744c7a

Browse files
committed
E
1 parent 2529585 commit f744c7a

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://postgres:postgres@localhost:5432/postgres"
1314
RUN npm run build
1415

1516
FROM node:20-slim AS runner

0 commit comments

Comments
 (0)