From 52058c06962a400ed2a8de13e70fb2c6bf96dbc6 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:31:08 +0100 Subject: [PATCH] Rename the build package name and refactored the local runner --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) 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