File size: 199 Bytes
f88f5ab
c0c9088
7c15c46
c88b864
 
c0c9088
268820d
9aa060a
c88b864
 
1
2
3
4
5
6
7
8
9
10
11
FROM ghcr.io/snailyp/gemini-balance:latest


# 暴露端口(如果需要)
EXPOSE 7860

RUN chmod -R 777 app

# 启动命令
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]