Skip to content

Commit

Permalink
update container_startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Oct 17, 2023
1 parent 00d6c07 commit c843ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ python ./manage.py initial_setup &
if [ "$BUILD_ENV" == 'dev' ]; then
python ./manage.py runserver 0.0.0.0:80 --insecure
else
gunicorn coldfront.config.wsgi:application --bind 0.0.0.0:80
gunicorn coldfront.config.wsgi:application --bind 0.0.0.0:80 --reload
fi

0 comments on commit c843ddd

Please sign in to comment.