diff --git a/Dockerfile b/Dockerfile index 5a1e8e0..17f96c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ ENV NPM_CONFIG_LOGLEVEL warn ENV NODE_ENV production ENV DCMDICTPATH=/nodejs/raccoon/models/DICOM/dcmtk/dicom.dic RUN npm install pm2@latest -g -RUN npm install -g npm +RUN npm install -g npm@9 RUN npm install --unsafe-perm --only=production CMD [ "pm2-runtime", "start", "ecosystem.config.js" ] \ No newline at end of file