Skip to content

Commit

Permalink
remove unnecessary container_startup.sh lines
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Oct 16, 2023
1 parent 637eda0 commit 5a8ecee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions container_startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ python ./manage.py initial_setup &

if [ "$BUILD_ENV" == 'dev' ]; then
python ./manage.py runserver 0.0.0.0:80 --insecure
echo "opt 1 chosen" > `tty`
else
gunicorn coldfront.config.wsgi:application --bind 0.0.0.0:80
echo "opt 2 chosen" > `tty`
fi

0 comments on commit 5a8ecee

Please sign in to comment.