77e000a
1
2
3
4
FROM python:3.9 CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]