Rename the build package name and refactored the local runner
This commit is contained in:
parent
2321c7ebdd
commit
52058c0696
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue