From: Johannes Zellner Date: Tue, 8 Sep 2015 13:20:11 +0000 (+0200) Subject: Fix start.sh to use node explicitly X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=dedd676673f233430f939d048a21e6bb5f0bef7e;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git Fix start.sh to use node explicitly --- diff --git a/start.sh b/start.sh index 9967ed8..f478358 100755 --- a/start.sh +++ b/start.sh @@ -5,4 +5,4 @@ set -eu export NODE_ENV=production cd /app/code -app.js /app/data +node app.js /app/data