diff --git a/Dockerfile b/Dockerfile index a762390..62c11f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY package*.json ./ -RUN npm install +RUN npm install -g npm@11.4.2 COPY . .