From 562b358894e36c1af297b373fcc3b207f6d7cf2e Mon Sep 17 00:00:00 2001 From: Devin Gaffney Date: Wed, 27 Nov 2024 12:51:29 -0800 Subject: [PATCH] Update Makefile --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 85cade5..4df26ff 100644 --- a/Makefile +++ b/Makefile @@ -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