File size: 118 Bytes
aa26a43
9c79d6e
 
 
3ef0b0b
1
2
3
4
5
FROM ghcr.io/yat-mo/hajimi:latest

EXPOSE 7860

CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]