Skip to content

Commit

Permalink
docs: port 변경하여 서버 구동하는 명령어 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ydj515 committed Jun 18, 2024
1 parent 79eb80f commit 154ca20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ cp settings-sample.json settings.json
# poetry shell 이 실행 되어 있는 경우
uvicorn app.main:app --reload

# poetry shell 이 실행 되어 있으면서 port 변경하는 경우
uvicorn app.main:app --port 8888 --reload

# poetry shell 이 실행 되어 있지 않은 경우
poetry run uvicorn app.main:app
```
Expand Down

0 comments on commit 154ca20

Please sign in to comment.