]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - start.sh
Fix start.sh to use node explicitly
[perso/Immae/Projets/Nodejs/Surfer.git] / 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