Skip to content

Commit 8ae3752

Browse files
committed
🐛 fix deploy
1 parent 3600331 commit 8ae3752

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ RUN npm install
77

88
FROM builder as runner
99
RUN npm i -g pm2
10-
RUN pm2 install pm2-logrotate
1110

12-
CMD ["pm2-logrotate", "start", "app.config.json", "--env", "prod"]
11+
CMD ["pm2", "start", "app.config.json", "--env", "prod"]

0 commit comments

Comments
 (0)