diff --git a/Dockerfile.fast b/Dockerfile.fast index 6e8a3f0..5947b75 100644 --- a/Dockerfile.fast +++ b/Dockerfile.fast @@ -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/ .