chore: remove pm2 install

This commit is contained in:
tdurieux
2024-03-28 10:14:00 +00:00
parent 829720b131
commit 8505daceaa

View File

@@ -5,8 +5,6 @@ EXPOSE $PORT
WORKDIR /app
RUN npm install pm2 -g && pm2 install typescript && npm cache clean --force;
COPY package.json .
COPY package-lock.json .