diff --git a/start_all.sh b/start_all.sh index 6ccdd3a..2ca57bd 100755 --- a/start_all.sh +++ b/start_all.sh @@ -2,7 +2,7 @@ if [ "$ROLE" != "worker" ]; then # Start the HTTP server process in the background if not a worker - uvicorn main:app --host 0.0.0.0 --port ${PRESTO_PORT} --reload & + uvicorn main:app --host 0.0.0.0 --port ${PRESTO_PORT} --reload fi