Update Dockerfile-web-ui-dev

This commit is contained in:
liaquatali000
2024-05-10 23:40:33 +05:00
committed by GitHub
parent 7308a8ee3b
commit 7e51f0e60b

View File

@@ -35,7 +35,7 @@ RUN yarn install --verbose
# Copy the application code
COPY . .
RUN ls -alh
# Build the Vite application
#RUN npm run build
RUN node --max-old-space-size=4096 ./node_modules/.bin/vite build