Fix for python3.11

This commit is contained in:
2022-10-26 22:49:49 +02:00
parent 0ea35e7bb4
commit ed9cd02a9c
4 changed files with 50 additions and 45 deletions

3
scripts/start.sh Normal file
View File

@@ -0,0 +1,3 @@
cd /app
gunicorn -k uvicorn.workers.UvicornWorker main:app --bind 0.0.0.0:8080 --timeout 600