mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-09 13:54:40 +00:00
feat: Added Docker Support and missing dependencies.
This commit is contained in:
parent
c5287829b6
commit
709aa6f303
9 changed files with 1004 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
import uvicorn
|
||||
|
||||
if __name__ == "__main__":
|
||||
uvicorn.run("app.app:app", host="0.0.0.0", log_level="info")
|
||||
uvicorn.run("app.app:app", host="0.0.0.0", log_level="info", loop="asyncio")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue