We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3600331 commit 8ae3752Copy full SHA for 8ae3752
Dockerfile
@@ -7,6 +7,5 @@ RUN npm install
7
8
FROM builder as runner
9
RUN npm i -g pm2
10
-RUN pm2 install pm2-logrotate
11
12
-CMD ["pm2-logrotate", "start", "app.config.json", "--env", "prod"]
+CMD ["pm2", "start", "app.config.json", "--env", "prod"]
0 commit comments