Docker buid issue

This commit is contained in:
2025-10-17 11:56:25 +05:30
parent 7577ffa9e0
commit a3228b9054

View File

@ -11,7 +11,7 @@ RUN npm ci --legacy-peer-deps
# Copy source and build
COPY . .
RUN npm run build -- --configuration production
RUN npm run build --configuration production
# ===============================