Update Dockerfile-web-ui-dev

This commit is contained in:
liaquatali000
2024-05-10 23:33:06 +05:00
committed by GitHub
parent abd1856b57
commit 909f4f9712

View File

@@ -37,8 +37,8 @@ RUN yarn cache clean
COPY . . COPY . .
# Build the Vite application # Build the Vite application
#RUN npm run build RUN npm run build
RUN node --max-old-space-size=4096 ./node_modules/.bin/vite build #RUN node --max-old-space-size=4096 ./node_modules/.bin/vite build
# Stage 2: Create the runtime image # Stage 2: Create the runtime image
FROM nginx:alpine FROM nginx:alpine