Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney authored Nov 27, 2024
1 parent 1d28779 commit 562b358
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ run:
./start_all.sh

run_http:
ifeq ($(filter $(DEPLOY_ENV),qa live),)
uvicorn main:app --host 0.0.0.0 --reload
else
uvicorn main:app --host 0.0.0.0
endif

run_worker:
python run_worker.py
Expand Down

0 comments on commit 562b358

Please sign in to comment.