Docker buid issue

This commit is contained in:
2025-10-17 11:48:13 +05:30
parent 28acb18b68
commit 7577ffa9e0

View File

@ -11,7 +11,8 @@ RUN npm ci --legacy-peer-deps
# Copy source and build
COPY . .
RUN npm run build
RUN npm run build -- --configuration production
# ===============================
# Stage 2: Serve with Nginx