Add VITE_WIZARD_HOST env variable
This commit is contained in:
@@ -5,7 +5,9 @@ COPY package.json package-lock.json* ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
ARG VITE_WIZARD_PORT=18080
|
||||
ARG VITE_WIZARD_HOST=wizard
|
||||
ENV VITE_WIZARD_PORT=$VITE_WIZARD_PORT
|
||||
ENV VITE_WIZARD_HOST=$VITE_WIZARD_HOST
|
||||
RUN npm run build
|
||||
|
||||
# Production stage — lightweight static server, no nginx
|
||||
|
||||
Reference in New Issue
Block a user