Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ RUN apk --no-cache add git
|
|
| 7 |
|
| 8 |
# 添加 git,并且清除缓存🧹
|
| 9 |
RUN apk --no-cache add git && \
|
| 10 |
-
git clone
|
| 11 |
apk del git
|
| 12 |
|
| 13 |
# 设置工作目录为之前克隆的项目目录
|
|
|
|
| 7 |
|
| 8 |
# 添加 git,并且清除缓存🧹
|
| 9 |
RUN apk --no-cache add git && \
|
| 10 |
+
git clone https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app && \
|
| 11 |
apk del git
|
| 12 |
|
| 13 |
# 设置工作目录为之前克隆的项目目录
|