dreamnotfound commited on
Commit
c1978bf
·
1 Parent(s): 054093d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM golang:alpine AS builder
4
 
5
  # 添加 git,并且清除缓存🧹
6
  RUN apk --no-cache add git && \
7
- git clone https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app && \
8
  apk del git
9
 
10
  # 设置工作目录
 
4
 
5
  # 添加 git,并且清除缓存🧹
6
  RUN apk --no-cache add git && \
7
+ git clone https://github.com/GXR806/go-proxy-bingai.git /workspace/app && \
8
  apk del git
9
 
10
  # 设置工作目录