make uvicorn accessible to all

This commit is contained in:
CEF Server 2024-07-29 04:07:17 +00:00
parent ba2e896813
commit 105dc370dc

2
run.sh
View file

@ -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