Skip to content

Commit 6027177

Browse files
committed
Fixed Docker build.
1 parent 33e927e commit 6027177

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ COPY --from=deps /app/node_modules ./node_modules
1616
COPY . .
1717
COPY docker/middleware.ts ./src
1818

19-
ARG DATABASE_TYPE
2019
ARG BASE_PATH
2120

22-
ENV DATABASE_TYPE=$DATABASE_TYPE
2321
ENV BASE_PATH=$BASE_PATH
24-
2522
ENV NEXT_TELEMETRY_DISABLED=1
23+
ENV DATABASE_URL="postgresql://user:pass@localhost:5432/dummy"
2624

2725
RUN npm run build-docker
2826

0 commit comments

Comments
 (0)