make uvicorn accessible to all
This commit is contained in:
parent
ba2e896813
commit
105dc370dc
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
alembic upgrade head
|
alembic upgrade head
|
||||||
uvicorn --reload main:app --port 8001
|
uvicorn --reload main:app --port 8001 --host 0.0.0.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue