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