feat: Added Docker Support and missing dependencies.

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-03-20 18:52:06 -07:00
parent c5287829b6
commit 709aa6f303
9 changed files with 1004 additions and 24 deletions

View file

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