Skip to content

Commit

Permalink
Fix Docker container being killed instead of stopped. Koenkk#1482
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored May 1, 2019
1 parent 919b8a9 commit 1f6e64b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@ if [ ! -f "$DATA/configuration.yaml" ]; then
cp /app/configuration.yaml "$DATA/configuration.yaml"
fi

if [ ! -z "$DEBUG" ]; then
npm start
else
DEBUG="$DEBUG" npm start
fi
exec npm start

0 comments on commit 1f6e64b

Please sign in to comment.