From 1d6a204c7a40297a63db033dd5f504e49660df93 Mon Sep 17 00:00:00 2001 From: Mathew Alex Date: Sat, 16 Sep 2023 02:04:58 +0530 Subject: [PATCH 1/2] update gunicorn path --- scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.sh b/scripts/start.sh index c3ab83a932..e5df6725a6 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -32,4 +32,4 @@ done export NEW_RELIC_CONFIG_FILE=/etc/newrelic.ini python manage.py collectstatic --noinput python manage.py migrate -newrelic-admin run-program /usr/local/bin/gunicorn config.wsgi:application --bind 0.0.0.0:9000 --chdir=/app +newrelic-admin run-program /venv/bin/gunicorn config.wsgi:application --bind 0.0.0.0:9000 --chdir=/app From 53fcdd11085d27ebeec7dc4600ed520e54c217c4 Mon Sep 17 00:00:00 2001 From: Mathew Alex Date: Sat, 16 Sep 2023 02:06:56 +0530 Subject: [PATCH 2/2] update gunicorn path --- scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.sh b/scripts/start.sh index e5df6725a6..ffe5df02d9 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -32,4 +32,4 @@ done export NEW_RELIC_CONFIG_FILE=/etc/newrelic.ini python manage.py collectstatic --noinput python manage.py migrate -newrelic-admin run-program /venv/bin/gunicorn config.wsgi:application --bind 0.0.0.0:9000 --chdir=/app +newrelic-admin run-program gunicorn config.wsgi:application --bind 0.0.0.0:9000 --chdir=/app