X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=start.sh;h=6d36f6dacc04aad854d0a73b2e1725b5f8a21433;hb=92e8e57fc593c351c960b92bbcf9e0b7d7b95ea9;hp=87cec0d6dc7c9bfe946b70adcabdc5b0ef1c440d;hpb=faffabc036f362beab87d507246d7e0698eb39b4;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/start.sh b/start.sh index 87cec0d..6d36f6d 100755 --- a/start.sh +++ b/start.sh @@ -6,4 +6,4 @@ export NODE_ENV=production chown -R cloudron:cloudron /app/data -/usr/local/bin/gosu cloudron:cloudron node /app/code/app.js /app/data +exec /usr/local/bin/gosu cloudron:cloudron node /app/code/server.js /app/data