Merge pull request #1917 from alphagov/gunicorn-accesslog

Remove GUNICORN_CMD_ARGS before we start our app
This commit is contained in:
Sakis
2018-06-25 17:07:55 +01:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
---
buildpack: python_buildpack
command: scripts/run_app_paas.sh gunicorn -c /home/vcap/app/gunicorn_config.py application
command: unset GUNICORN_CMD_ARGS; scripts/run_app_paas.sh gunicorn -c /home/vcap/app/gunicorn_config.py application
services:
- notify-db