mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 02:53:11 -04:00
Merge pull request #2128 from alphagov/gunicorn-accesslog
Remove GUNICORN_CMD_ARGS before we start our app
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
buildpack: python_buildpack
|
buildpack: python_buildpack
|
||||||
command: >
|
command: >
|
||||||
|
unset GUNICORN_CMD_ARGS;
|
||||||
scripts/run_app_paas.sh
|
scripts/run_app_paas.sh
|
||||||
gunicorn
|
gunicorn
|
||||||
-c /home/vcap/app/gunicorn_config.py
|
-c /home/vcap/app/gunicorn_config.py
|
||||||
|
|||||||
Reference in New Issue
Block a user