web-site/run.sh

6 lines
246 B
Bash
Raw Normal View History

2024-02-11 12:31:51 +00:00
export EMAIL=$(cat /run/secrets/email)
export DBPASSWORD=$(cat /run/secrets/db-password)
envsubst < /var/lib/ghost/config.production.template > /var/lib/ghost/config.production.json
cat /var/lib/ghost/config.production.json
node current/index.js