Update Dockerfile
Browse files- 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/
|
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
|