修复启动脚本错误

This commit is contained in:
ngfchl
2022-10-05 09:05:20 +08:00
parent c045b5bca9
commit 2ec2c48b0e

View File

@@ -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
python manage.py runserver 0.0.0.0:$DJANGO_WEB_PORT