diff --git a/Dockerfile b/Dockerfile index ee2b539..5afbf86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./