Update entrypoint.sh

This commit is contained in:
mizhexiaoxiao 2023-08-18 17:35:20 +08:00
parent 1f5684d746
commit 4cff5eb546

View File

@ -2,4 +2,4 @@
set -e
nginx
uvicorn app:app --reload --host 0.0.0.0 --port 9999
python run.py