diff options
Diffstat (limited to 'start.sh')
| -rwxr-xr-x | start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/usr/bin/env bash -poetry run uvicorn app.main:app --reload --host 127.0.0.1 --port 8000 +poetry run uvicorn app.main:app --reload --host 0.0.0.0 --port 8000 |
