rr1 commited on
Commit
17edb85
·
verified ·
1 Parent(s): 0dabad5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ WORKDIR /build
13
  RUN apt-get update && apt-get install -y git
14
 
15
  # 使用 git clone 获取源码
16
- RUN git clone https://github.com/deanxv/genspark2api.git .
17
 
18
  # 下载依赖
19
  #ENV GOPROXY=https://goproxy.cn,direct
 
13
  RUN apt-get update && apt-get install -y git
14
 
15
  # 使用 git clone 获取源码
16
+ RUN git clone https://github.com/renqabs/gsk2api.git .
17
 
18
  # 下载依赖
19
  #ENV GOPROXY=https://goproxy.cn,direct