We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1ca28 commit 8f160bbCopy full SHA for 8f160bb
Dockerfile
@@ -13,10 +13,12 @@ RUN npm install -g pnpm && pnpm i --frozen-lockfile
13
COPY . .
14
ARG BASE_URL
15
ENV BASE_URL=${BASE_URL}
16
+ENV VITE_VERCEL_ENV production
17
RUN pnpm build
18
19
# production stage
20
FROM nginxinc/nginx-unprivileged:stable-alpine AS production-stage
21
22
23
24
COPY --from=build-stage /app/dist /usr/share/nginx/html
0 commit comments