Skip to content

Commit 5d95ca1

Browse files
authored
Update Uvicorn command in README
Change the Uvicorn command to specify port 8000 and comment out the reload option.
1 parent d2bed49 commit 5d95ca1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ VCell-GSoC/
9696
```bash
9797
cd backend
9898
poetry install --no-root
99-
poetry run uvicorn app.main:app --reload
99+
poetry run uvicorn app.main:app --port 8000
100+
# poetry run uvicorn app.main:app --reload
100101
```
101102

102103
#### Frontend Setup

0 commit comments

Comments
 (0)