mirror of
https://github.com/fsecada01/Pygentic-AI.git
synced 2025-06-19 05:26:04 +00:00
Update python_start.sh
Hotfix
This commit is contained in:
parent
27c4d6c91b
commit
85e98cd529
@ -4,7 +4,7 @@ __dir="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)"
|
|||||||
cd ${__dir}/../.. || exit
|
cd ${__dir}/../.. || exit
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
cd src || exit
|
cd src || exit
|
||||||
gunicorn main:app -w ${WORKERS} -k uvicorn.workers.UvicornWorker \
|
gunicorn app:app -w ${WORKERS} -k uvicorn.workers.UvicornWorker \
|
||||||
--timeout "${TIMEOUT}" \
|
--timeout "${TIMEOUT}" \
|
||||||
--forwarded-allow-ips "*" \
|
--forwarded-allow-ips "*" \
|
||||||
-b 0.0.0.0:"${PORT}"
|
-b 0.0.0.0:"${PORT}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user