dongsiqie commited on
Commit
559ca0d
1 Parent(s): a9fefd1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -6,8 +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
- RUN git clone https://github.com/small-tk/go-proxy-bingai.git /workspace/app
 
11
  # 设置工作目录为之前克隆的项目目录
12
  WORKDIR /workspace/app
13
 
 
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
+ RUN git reset --hard 693fb7b0600ba05a5895bc174bd9530ba6c1c784
11
+ # RUN git clone https://github.com/small-tk/go-proxy-bingai.git /workspace/app
12
  # 设置工作目录为之前克隆的项目目录
13
  WORKDIR /workspace/app
14