(fix) proxy server dockerfile

This commit is contained in:
ishaan-jaff 2023-10-21 13:50:48 -07:00
parent d9cc9fe566
commit a4f4af1df3
3 changed files with 6 additions and 2 deletions

View file

@ -81,3 +81,7 @@ async def home(request: Request):
app.include_router(router)
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host="0.0.0.0", port=8000)