From 4cff5eb546540b93dfaeab5d95c0fb0f438fd8ba Mon Sep 17 00:00:00 2001 From: mizhexiaoxiao <1157861072@qq.com> Date: Fri, 18 Aug 2023 17:35:20 +0800 Subject: [PATCH] Update entrypoint.sh --- deploy/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/entrypoint.sh b/deploy/entrypoint.sh index 3767fb5..3aec06e 100644 --- a/deploy/entrypoint.sh +++ b/deploy/entrypoint.sh @@ -2,4 +2,4 @@ set -e nginx -uvicorn app:app --reload --host 0.0.0.0 --port 9999 \ No newline at end of file +python run.py \ No newline at end of file