update docker for mono repo
This commit is contained in:
@@ -3,7 +3,7 @@ FROM node:22.17.0-alpine AS frontendbuilder
|
||||
ARG VITE_API_TARGET
|
||||
|
||||
WORKDIR /var/www/html
|
||||
COPY . .
|
||||
COPY frontend/ .
|
||||
RUN echo VITE_API_TARGET=$VITE_API_TARGET > .env \
|
||||
&& npm ci && npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user