diff --git a/Procfile b/Procfile index 79b31cf9e..d557a3a1b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: unset GUNICORN_CMD_ARGS; scripts/run_app_paas.sh gunicorn -c /home/vcap/app/gunicorn_config.py application +web: unset GUNICORN_CMD_ARGS; exec scripts/run_app_paas.sh gunicorn -c /home/vcap/app/gunicorn_config.py application