Merge pull request #3171 from alphagov/start-app-script-with-exec

Change how the bash script is started.
This commit is contained in:
Rebecca Law
2019-11-04 10:53:35 +00:00
committed by GitHub

View File

@@ -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