docker 部署上传

pull/1/head
李强 2021-03-07 11:50:03 +08:00
parent a1112d9a96
commit c31c62e21c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ python ./manage.py makemigrations
python ./manage.py migrate
#python ./manage.py initialization
#python ./manage.py runserver 0.0.0.0:8000
uwsgi --ini azcrm/uwsgi.ini
uwsgi --ini application/uwsgi.ini
#if [[ $ENV == "preprod" ]] || [[ $ENV == "prod" ]]; then
# uwsgi --ini azcrm/uwsgi.ini
#else