fix double uvicorn

This commit is contained in:
CEF Server 2024-07-29 04:11:33 +00:00
parent 5559bc36fc
commit 4aa94950c3

2
run.sh
View file

@ -1,3 +1,3 @@
#!/bin/sh
alembic upgrade head
uvicorn --reload main:app --port 8001 --host 0.0.0.0
uvicorn cef_3M:app --port 8001 --host 0.0.0.0