Generated by Spark: Upgrade npm in the builder image, then re-run npm ci

This commit is contained in:
2026-01-17 15:27:25 +00:00
committed by GitHub
parent 73a81a8563
commit 15abfedc93

View File

@@ -2,6 +2,9 @@ FROM node:20-slim AS builder
WORKDIR /app
# Upgrade npm to the latest version
RUN npm install -g npm@latest
# Copy workspace configuration and all package files
COPY package*.json ./