Docker buid issue

This commit is contained in:
2025-10-17 11:59:23 +05:30
parent a3228b9054
commit a58778b251

View File

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