docker update

This commit is contained in:
2025-10-16 19:19:27 +05:30
parent bffda42d91
commit d8b15841e6

View File

@ -13,7 +13,7 @@ RUN npm ci --legacy-peer-deps
COPY . .
# Build for production
RUN npm run build -- --configuration production
RUN npm run build -- --configuration production --progress=true
# Stage 2: Serve with Nginx
FROM nginx:alpine AS production