From cca9c32cd1e2f896616b9d631d6e486df50bf5c6 Mon Sep 17 00:00:00 2001 From: "Joel.Johnson" Date: Thu, 29 Aug 2024 16:56:59 +0530 Subject: [PATCH] updated the code --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index aeabf0d9..a137ee3e 100644 --- a/makefile +++ b/makefile @@ -98,7 +98,9 @@ installing-docker: fi run-app: - cd app && uvicorn main:app --port=7000 --debug --reload + source vachan-ENV/bin/activate && \ + cd app && \ + uvicorn main:app --port=7000 --reload setup: