diff --git a/boot.sh b/boot.sh index f1d81b0..510bd6a 100755 --- a/boot.sh +++ b/boot.sh @@ -9,5 +9,5 @@ then --exec /usr/src/app/run-development.sh elif [ "$NODE_ENV" == "production" ] then - /usr/src/app/run-production.sh + exec /usr/src/app/run-production.sh fi