mirror of
https://github.com/bitnami/containers.git
synced 2026-03-18 15:27:52 +08:00
adds --merge-logs to pm2 launch command
This commit is contained in:
@@ -7,4 +7,4 @@ USER=ghost
|
||||
export NODE_ENV=production
|
||||
|
||||
info "Starting ghost..."
|
||||
exec gosu ${USER} /opt/bitnami/ghost/node_modules/pm2/bin/pm2 start --no-daemon /opt/bitnami/ghost/index.js
|
||||
exec gosu ${USER} /opt/bitnami/ghost/node_modules/pm2/bin/pm2 start --no-daemon --merge-logs /opt/bitnami/ghost/index.js
|
||||
|
||||
Reference in New Issue
Block a user