Update Dockerfile-web-ui-dev
This commit is contained in:
@@ -37,8 +37,8 @@ RUN yarn cache clean
|
||||
COPY . .
|
||||
|
||||
# Build the Vite application
|
||||
#RUN npm run build
|
||||
RUN node --max-old-space-size=4096 ./node_modules/.bin/vite build
|
||||
RUN npm run build
|
||||
#RUN node --max-old-space-size=4096 ./node_modules/.bin/vite build
|
||||
# Stage 2: Create the runtime image
|
||||
FROM nginx:alpine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user