File size: 124 Bytes
9ed2f3c
 
 
 
 
1
2
3
4
5
FROM ghcr.io/lokiiiii0526/0526ha:latest

EXPOSE 7860

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