Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -6,9 +6,9 @@ FROM golang:alpine AS builder
|
|
| 6 |
RUN apk --no-cache add git
|
| 7 |
|
| 8 |
# 从 GitHub 克隆 go-proxy-bingai 项目到 /workspace/app 目录下
|
| 9 |
-
RUN git clone https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app
|
| 10 |
# SokWith/go-bingai
|
| 11 |
-
|
| 12 |
|
| 13 |
# 设置工作目录为之前克隆的项目目录
|
| 14 |
WORKDIR /workspace/app
|
|
|
|
| 6 |
RUN apk --no-cache add git
|
| 7 |
|
| 8 |
# 从 GitHub 克隆 go-proxy-bingai 项目到 /workspace/app 目录下
|
| 9 |
+
# RUN git clone https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app
|
| 10 |
# SokWith/go-bingai
|
| 11 |
+
RUN git clone https://github.com/SokWith/go-bingai.git /workspace/app
|
| 12 |
|
| 13 |
# 设置工作目录为之前克隆的项目目录
|
| 14 |
WORKDIR /workspace/app
|