Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Aug 16, 2023
1 parent 57b3717 commit 1407363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: run run_http run_worker run_test

run:
./run_both.sh
./start_healthcheck_and_model_engine.sh

run_http:
uvicorn main:app --reload
Expand Down

0 comments on commit 1407363

Please sign in to comment.