Update command

This commit is contained in:
CronyAkatsuki 2023-03-26 08:53:16 +02:00
parent 93c062eadf
commit 71e1d3b335

View File

@ -20,7 +20,7 @@ source venv/bin/activate
pip install -r requirements.txt
# 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