mycfoo commited on
Commit
4a1f241
1 Parent(s): 5e0e15a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN apk --no-cache add git
9
  #RUN /sbin/shutdown -r 3000
10
 
11
  # 从 GitHub 克隆 go-proxy-bingai 项目到 /workspace/app 目录下
12
- RUN git clone https://github.com/jokyo0/go-proxy-bingai.git /workspace/app
13
  # SokWith/go-bingai
14
  #RUN git clone https://github.com/SokWith/go-bingai.git /workspace/app
15
 
 
9
  #RUN /sbin/shutdown -r 3000
10
 
11
  # 从 GitHub 克隆 go-proxy-bingai 项目到 /workspace/app 目录下
12
+ RUN git clone https://github.com/jokyo0/go-bingai.git /workspace/app
13
  # SokWith/go-bingai
14
  #RUN git clone https://github.com/SokWith/go-bingai.git /workspace/app
15