mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
Generated by Spark: Upgrade npm in the builder image, then re-run npm ci
This commit is contained in:
@@ -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 ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user