Skip to content

Commit bf65971

Browse files
committed
fix(edit-dockerfile): remove env from nginx stage
1 parent 18604d8 commit bf65971

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

web/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ COPY . .
99
RUN pnpm run build
1010

1111
FROM nginx:stable-alpine AS production
12-
ENV VITE_API_CLIENT_BASE_URL="http://localhost:8080"
1312
WORKDIR /usr/share/nginx/html
1413
RUN rm -rf ./*
1514
COPY --from=builder /app/dist ./

0 commit comments

Comments
 (0)