50API / Dockerfile
LEE0898's picture
Upload Dockerfile
427adf4 verified
raw
history blame contribute delete
118 Bytes
FROM ghcr.io/rzline/hajimi:latest
EXPOSE 7860
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]