Skip to content

Commit

Permalink
MOD:修改默认端口
Browse files Browse the repository at this point in the history
  • Loading branch information
ShilongLee committed Jul 16, 2024
1 parent f507ae2 commit dfd19de
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 @@ -9,7 +9,7 @@ install:
clean:
rm -rf .venv

port ?= 10002
port ?= 8080
run: venv install
. .venv/bin/activate; .venv/bin/uvicorn --host 0.0.0.0 --port $(port) main:app

Expand Down

0 comments on commit dfd19de

Please sign in to comment.