diff --git a/startUvicornApp.ps1 b/startUvicornApp.ps1 index 0f88ef8..bdafcd4 100644 --- a/startUvicornApp.ps1 +++ b/startUvicornApp.ps1 @@ -1 +1 @@ -venv\Scripts\uvicorn app:app --reload \ No newline at end of file +venv\Scripts\uvicorn app:app --host '0.0.0.0' --reload \ No newline at end of file