X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=start.sh;h=9967ed8980c211d12e2e5fccc3d7e79c47bc339e;hb=e16480a383e38dc72ab747ef8bf8b6f02de63f44;hp=18055858bc1679ddb5c4040ea5325cff76a65ad2;hpb=ea22572f6683c0b369c18d1abb9343a70eb9d66d;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/start.sh b/start.sh index 1805585..9967ed8 100755 --- a/start.sh +++ b/start.sh @@ -4,5 +4,5 @@ set -eu export NODE_ENV=production -forever start --workingDir /app/code app.js /app/data -forever logs -f 0 \ No newline at end of file +cd /app/code +app.js /app/data