Skip to content

Commit

Permalink
Merge pull request #1615 from coronasafe/master
Browse files Browse the repository at this point in the history
Production Release; Hotfix
  • Loading branch information
mathew-alex authored Sep 15, 2023
2 parents ffb2d76 + 53fcdd1 commit 30ec827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 gunicorn config.wsgi:application --bind 0.0.0.0:9000 --chdir=/app

0 comments on commit 30ec827

Please sign in to comment.