]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Fix start.sh to use node explicitly
authorJohannes Zellner <johannes@nebulon.de>
Tue, 8 Sep 2015 13:20:11 +0000 (15:20 +0200)
committerJohannes Zellner <johannes@nebulon.de>
Tue, 8 Sep 2015 13:20:11 +0000 (15:20 +0200)
start.sh

index 9967ed8980c211d12e2e5fccc3d7e79c47bc339e..f4783587dc4b1cbc7921e656155a28d62184c142 100755 (executable)
--- 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