Skip to content

Commit

Permalink
Run on 8081 because of local env
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Waltlova <[email protected]>
  • Loading branch information
andywaltlova committed Nov 1, 2024
1 parent 5c1d6cf commit cf66fea
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
Expand Up @@ -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)
Expand Down

0 comments on commit cf66fea

Please sign in to comment.