chore: Update Dockerfile to switch from npm ci to npm install for improved caching and dependency management
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 6m35s
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 6m35s
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ RUN npm config set registry https://registry.npmjs.org/ \
|
|||||||
&& npm config set fetch-retry-maxtimeout 120000
|
&& npm config set fetch-retry-maxtimeout 120000
|
||||||
|
|
||||||
COPY frontend/package*.json ./
|
COPY frontend/package*.json ./
|
||||||
RUN --mount=type=cache,target=/root/.npm npm ci --no-audit --no-fund
|
RUN --mount=type=cache,target=/root/.npm npm install --no-audit --no-fund
|
||||||
|
|
||||||
COPY frontend/src/ ./src/
|
COPY frontend/src/ ./src/
|
||||||
COPY frontend/public/ ./public/
|
COPY frontend/public/ ./public/
|
||||||
|
|||||||
Reference in New Issue
Block a user