diff --git a/entrypoint.sh b/entrypoint.sh index 7fd150b85..f1f1f6664 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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