b1ghawk commited on
Commit
0c988c8
1 Parent(s): fd97981

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apk --no-cache add git
11
  # 从 GitHub 克隆 go-proxy-bingai 项目到 /workspace/app 目录下
12
  # RUN git clone https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app 
13
  # SokWith/go-bingai
14
- RUN git clone https://github.com/SokWith/go-bingai.git /workspace/app 
15
 
16
 
17
  # 设置工作目录为之前克隆的项目目录
 
11
  # 从 GitHub 克隆 go-proxy-bingai 项目到 /workspace/app 目录下
12
  # RUN git clone https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app 
13
  # SokWith/go-bingai
14
+ RUN git clone https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app 
15
 
16
 
17
  # 设置工作目录为之前克隆的项目目录