api / Dockerfile
lzj2002's picture
Update Dockerfile
84d4544 verified
raw
history blame contribute delete
123 Bytes
FROM ghcr.io/xiaoshi569/keliang:latest
EXPOSE 7860
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]