himonier commited on
Commit
be2d183
·
verified ·
1 Parent(s): 5770618

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -1,11 +1,5 @@
1
  FROM ghcr.io/snailyp/gemini-balance:latest
2
 
3
- # 安装curl命令,用来获取IP地址
4
- RUN apt-get update && apt-get install -y curl
5
-
6
- # 获取并打印服务器的IP地址
7
- RUN echo "Server IP Address: $(curl -s ifconfig.me)"
8
-
9
  # 暴露端口(如果需要)
10
  EXPOSE 7860
11
 
 
1
  FROM ghcr.io/snailyp/gemini-balance:latest
2
 
 
 
 
 
 
 
3
  # 暴露端口(如果需要)
4
  EXPOSE 7860
5