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
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 6m38s
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ RUN npm config set fetch-retry-maxtimeout 120000
|
|||||||
COPY frontend/package*.json ./
|
COPY frontend/package*.json ./
|
||||||
|
|
||||||
# Install dependencies with specific flags for speed
|
# 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 source code
|
||||||
COPY frontend/ .
|
COPY frontend/ .
|
||||||
|
|||||||
Reference in New Issue
Block a user