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