Update Dockerfile
Browse files- 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/
|
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 |
# 设置工作目录为之前克隆的项目目录
|