sfasdfds / Dockerfile
mahmoud2433's picture
Update Dockerfile
412c940 verified
raw
history blame contribute delete
88 Bytes
FROM python:3.9
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]