1. 重新初始化

2. 调整为手动更新
3. 添加指定服务端口的环境变量
This commit is contained in:
ngfchl
2022-08-24 16:55:21 +08:00
parent b23b806da1
commit d8b636f5da

View File

@@ -30,4 +30,4 @@ else
fi
python manage.py migrate &&
python manage.py runserver 0.0.0.0 $DJANGO_WEB_PORT --noreload
python manage.py runserver 0.0.0.0:$DJANGO_WEB_PORT --noreload