Rename the build package name and refactored the local runner

This commit is contained in:
Vasilije 2024-01-25 12:31:08 +01:00
parent 2321c7ebdd
commit 52058c0696

View file

@ -19,7 +19,6 @@ if [ $? -ne 0 ]; then
echo "Error: create_database.py failed"
exit 1
fi
# Start Gunicorn
echo "Starting Gunicorn"
gunicorn -w 3 -k uvicorn.workers.UvicornWorker -t 30000 --bind=0.0.0.0:8000 --bind=0.0.0.0:443 --log-level debug api:app