nebula/pm2.sh
2022-09-18 18:56:42 +08:00

4 lines
111 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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