Update Dockerfile-web-ui-dev

This commit is contained in:
liaquatali000
2024-05-10 23:45:18 +05:00
committed by GitHub
parent 2aa52318c6
commit 545d333672

View File

@@ -39,7 +39,8 @@ RUN ls -alh
RUN ls -alh src/
# Build the Vite application
#RUN npm run build
RUN node --max-old-space-size=4096 /node_modules/.bin/vite build
RUN node --max-old-space-size=4096 ./src/Managing.WebApp/node_modules/.bin/vite build
# Stage 2: Create the runtime image
FROM nginx:alpine