Files
containers/bitnami/ghost/0/rootfs/run.sh
2017-03-23 16:39:17 +01:00

11 lines
257 B
Bash
Executable File

#!/bin/bash
. /opt/bitnami/base/functions
. /opt/bitnami/base/helpers
USER=ghost
export NODE_ENV=production
info "Starting ghost..."
exec gosu ${USER} /opt/bitnami/ghost/node_modules/pm2/bin/pm2 start --no-daemon --merge-logs /opt/bitnami/ghost/index.js