Skip to content

Commit

Permalink
update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Oct 23, 2024
1 parent a1a6444 commit 28cce58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/production/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ run_gunicorn() {
echo ""
cd ${APP_ROOT}
echo "Running Django"
exec /bin/bash -c "source ../ENV/bin/activate && (/etc/init.d/nginx start&) && gunicorn arches_rdm_example_project.wsgi"
exec /bin/bash -c "source ../ENV/bin/activate && (/etc/init.d/nginx start&) && gunicorn arches_lingo.wsgi"
}


Expand Down

0 comments on commit 28cce58

Please sign in to comment.