chore: Remove production flag from npm ci in Dockerfile.fast for improved dependency installation
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 6m38s

This commit is contained in:
2025-07-09 08:48:56 +07:00
parent cff0494884
commit b4f1a2858d
+1 -1
View File
@@ -12,7 +12,7 @@ RUN npm config set fetch-retry-maxtimeout 120000
COPY frontend/package*.json ./
# Install dependencies with specific flags for speed
RUN npm ci --only=production --no-audit --no-fund --prefer-offline
RUN npm ci --no-audit --no-fund --prefer-offline
# Copy source code
COPY frontend/ .