File size: 122 Bytes
071612b
20f3079
ac0d627
 
 
1
2
3
4
5
FROM ghcr.io/sov-potato/hajimi:latest

EXPOSE 7860

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