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