Update command
This commit is contained in:
parent
93c062eadf
commit
71e1d3b335
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ source venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
# Run the project
|
# Run the project
|
||||||
uvicorn main:app --host 0.0.0.0 --port 8000
|
uvicorn main:app --host 127.0.0.1 --port 8000 --proxy-headers
|
||||||
```
|
```
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue