Skip to content

Commit

Permalink
Update server address in entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWilb committed Jan 22, 2024
1 parent 6b2cd26 commit 60c029a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ poetry run python manage.py migrate --no-input

# Start server
if [ "$DJANGO_DEBUG" = "True" ]; then
poetry run python manage.py runserver
poetry run python manage.py runserver 0.0.0.0:8000
else
poetry run gunicorn api.wsgi:application --bind 0.0.0.0:8000
fi

0 comments on commit 60c029a

Please sign in to comment.