Skip to content

Commit

Permalink
Update start_all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney authored Nov 27, 2024
1 parent 562b358 commit fd5f651
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}

else
# Start worker processes in background
Expand Down

0 comments on commit fd5f651

Please sign in to comment.