Commit d2742441 by Johannes Zellner

Run as cloudron user

1 parent 5331fd69
Showing with 3 additions and 2 deletions
...@@ -4,5 +4,6 @@ set -eu ...@@ -4,5 +4,6 @@ set -eu
export NODE_ENV=production export NODE_ENV=production
cd /app/code chown -R cloudron:cloudron /app/data
node app.js /app/data
/usr/local/bin/gosu cloudron:cloudron || node /app/code/app.js /app/data
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!