From e726e991cc46daec788d547e158a9cdf7885ca58 Mon Sep 17 00:00:00 2001 From: Isaac Abadi Date: Mon, 27 Jun 2022 13:12:53 -0400 Subject: [PATCH] Partially reverted fecefde3ad32c69aa43ee774b649d49d90452aca --- Dockerfile | 3 ++- backend/package.json | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) 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",