From 2ec2c48b0e49342d6c10c4b57512c2d4c474043b Mon Sep 17 00:00:00 2001 From: ngfchl Date: Wed, 5 Oct 2022 09:05:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=AF=E5=8A=A8=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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