translate / Dockerfile
gordonchan's picture
Update Dockerfile
3421481 verified
raw
history blame contribute delete
97 Bytes
FROM ghcr.io/gordonchanfz/fy
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]