🎨 update pm2.sh

This commit is contained in:
ronger 2022-09-18 22:12:54 +08:00
parent 61e23ed51a
commit 2a75839f3a

2
pm2.sh
View File

@ -1,3 +1,3 @@
#!/bin/sh
pm2 start pm2.json --env $APP_ENV #启动pm2$APP_ENVdocker运行时候传入的参数
pm2 start pm2.json --env $APP_ENV
pm2 logs