diff --git a/Dockerfile b/Dockerfile index b05dbb9..e9067a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,8 @@ RUN npm config set strict-ssl false && \ # Final image FROM base -RUN apt update && \ +RUN npm install -g pm2 && \ + apt update && \ apt install -y --no-install-recommends gosu python3-minimal python-is-python3 python3-pip atomicparsley && \ apt clean && \ rm -rf /var/lib/apt/lists/* diff --git a/backend/package.json b/backend/package.json index 4c116d2..855fc74 100644 --- a/backend/package.json +++ b/backend/package.json @@ -45,7 +45,6 @@ "passport-jwt": "^4.0.0", "passport-ldapauth": "^3.0.1", "passport-local": "^1.0.0", - "pm2": "^5.2.0", "progress": "^2.0.3", "ps-node": "^0.1.6", "read-last-lines": "^1.7.2",