Vertex / Dockerfile
ropic's picture
Update Dockerfile
aa26a43 verified
raw
history blame contribute delete
118 Bytes
FROM ghcr.io/yat-mo/hajimi:latest
EXPOSE 7860
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]