g / Dockerfile
sinfor's picture
Update Dockerfile
7633b0d verified
raw
history blame contribute delete
175 Bytes
FROM ghcr.io/snailyp/gemini-balance:latest
# 暴露端口(如果需要)
EXPOSE 7860
# 启动命令
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]