Skip to content

Commit

Permalink
CV2-5709 foreground server
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Nov 19, 2024
1 parent eab4bd5 commit 78837d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 78837d8

Please sign in to comment.