From e16480a383e38dc72ab747ef8bf8b6f02de63f44 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 8 Sep 2015 15:17:22 +0200 Subject: Do not use forever --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'start.sh') 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 -- cgit v1.2.3