diff options
author | Girish Ramakrishnan <girish@cloudron.io> | 2017-03-27 15:07:16 -0700 |
---|---|---|
committer | Girish Ramakrishnan <girish@cloudron.io> | 2017-03-27 15:07:16 -0700 |
commit | f34d7d456de86f1021adad1945cd472efeb734f3 (patch) | |
tree | a2d2bcc2dc9d6eaaf68ff3c538d0fe181f296ce1 | |
parent | 410ee66f248a087ca66d4f6f11aaddc63eaea2b2 (diff) | |
download | Surfer-f34d7d456de86f1021adad1945cd472efeb734f3.tar.gz Surfer-f34d7d456de86f1021adad1945cd472efeb734f3.tar.zst Surfer-f34d7d456de86f1021adad1945cd472efeb734f3.zip |
exec for proper SIGTERM handling
-rwxr-xr-x | start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ export NODE_ENV=production | |||
6 | 6 | ||
7 | chown -R cloudron:cloudron /app/data | 7 | chown -R cloudron:cloudron /app/data |
8 | 8 | ||
9 | /usr/local/bin/gosu cloudron:cloudron node /app/code/server.js /app/data | 9 | exec /usr/local/bin/gosu cloudron:cloudron node /app/code/server.js /app/data |