Remove GUNICORN_CMD_ARGS before we start our app

More details: alphagov/notifications-admin#2128
This commit is contained in:
Athanasios Voutsadakis
2018-06-25 16:43:51 +01:00
parent 7acea653e8
commit fb856ffd3b

View File

@@ -1,7 +1,7 @@
--- ---
buildpack: python_buildpack 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: services:
- notify-db - notify-db