From cf66feabee975388a985528cc838efa870f0cb01 Mon Sep 17 00:00:00 2001 From: Andrea Waltlova Date: Fri, 1 Nov 2024 12:37:18 +0100 Subject: [PATCH] Run on 8081 because of local env Signed-off-by: Andrea Waltlova --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0eecb2d..82ce8c8 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ install: $(PIP) install -r requirements-dev.txt run: - $(UVICORN) app.main:app --reload + $(UVICORN) app.main:app --reload --port 8081 clean: rm -rf $(VENV_DIR)