mirror of https://github.com/openspug/spug
U - 更新Dockefile
parent
cb5d079bf6
commit
1e83006c13
|
@ -30,6 +30,6 @@ cd /spug/spug_api
|
||||||
nginx
|
nginx
|
||||||
sleep 3
|
sleep 3
|
||||||
if [ $REQUIRE_INIT_OPS == true ]; then
|
if [ $REQUIRE_INIT_OPS == true ]; then
|
||||||
/usr/bin/python3 /scripts/init_spug.py
|
/usr/local/bin/python3 /scripts/init_spug.py
|
||||||
fi
|
fi
|
||||||
gunicorn --threads=32 main:app -b 0.0.0.0:3000
|
gunicorn --threads=32 main:app -b 0.0.0.0:3000
|
||||||
|
|
Loading…
Reference in New Issue