File size: 119 Bytes
f509f0d | 1 2 3 4 5 | FROM ghcr.io/wyeeeee/hajimi:latest
EXPOSE 7860
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"] |
f509f0d | 1 2 3 4 5 | FROM ghcr.io/wyeeeee/hajimi:latest
EXPOSE 7860
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"] |