U - 更新Dockefile

1.x
张玉坡 2019-11-01 22:40:24 +08:00
parent cb5d079bf6
commit 1e83006c13
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ cd /spug/spug_api
nginx
sleep 3
if [ $REQUIRE_INIT_OPS == true ]; then
/usr/bin/python3 /scripts/init_spug.py
/usr/local/bin/python3 /scripts/init_spug.py
fi
gunicorn --threads=32 main:app -b 0.0.0.0:3000