diff --git a/start.sh b/start.sh index ee70202..48743a0 100644 --- a/start.sh +++ b/start.sh @@ -41,4 +41,4 @@ fi pip install -r requirements.txt && python manage.py makemigrations && python manage.py migrate && - python manage.py runserver $DJANGO_WEB_PORT \ No newline at end of file + python manage.py runserver 0.0.0.0:$DJANGO_WEB_PORT \ No newline at end of file