From fb856ffd3b2e1bff08b7f65d871f91c699f8c7c3 Mon Sep 17 00:00:00 2001 From: Athanasios Voutsadakis Date: Mon, 25 Jun 2018 16:43:51 +0100 Subject: [PATCH] Remove GUNICORN_CMD_ARGS before we start our app More details: alphagov/notifications-admin#2128 --- manifest-api-base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-api-base.yml b/manifest-api-base.yml index beb7ee3a1..cbdb712df 100644 --- a/manifest-api-base.yml +++ b/manifest-api-base.yml @@ -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