rr1 commited on
Commit
9aa060a
·
verified ·
1 Parent(s): bc2d9fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,5 +4,7 @@ FROM ghcr.io/snailyp/gemini-balance:latest
4
  # 暴露端口(如果需要)
5
  EXPOSE 7860
6
 
 
 
7
  # 启动命令
8
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
4
  # 暴露端口(如果需要)
5
  EXPOSE 7860
6
 
7
+ RUN mkdir /app/static && chmod -R 777 /app/static
8
+
9
  # 启动命令
10
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]