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 e731e54Copy full SHA for e731e54
Dockerfile
@@ -3,6 +3,8 @@ FROM --platform=$BUILDPLATFORM node:lts-alpine AS build-stage
3
# Set environment variables for non-interactive npm installs
4
ENV NPM_CONFIG_LOGLEVEL warn
5
ENV CI true
6
+ARG VITE_VERCEL_ENV production
7
+ENV VITE_VERCEL_ENV=${VITE_VERCEL_ENV}
8
9
RUN apk add --update python3 make g++\
10
&& rm -rf /var/cache/apk/*
0 commit comments