dongsiqie commited on
Commit
beed8d8
1 Parent(s): 8537591

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apk --no-cache add git
8
  # 从 GitHub 克隆 go-proxy-bingai 项目到 /workspace/app 目录下
9
  RUN git clone https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app
10
  # 切换到特定版本
11
- # RUN cd /workspace/app && git reset --hard 922b8c47d2d5c6e77137f29b78c8da3de95be841
12
 
13
  # 设置工作目录为之前克隆的项目目录
14
  WORKDIR /workspace/app
 
8
  # 从 GitHub 克隆 go-proxy-bingai 项目到 /workspace/app 目录下
9
  RUN git clone https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app
10
  # 切换到特定版本
11
+ RUN cd /workspace/app && git reset --hard 922b8c47d2d5c6e77137f29b78c8da3de95be841
12
 
13
  # 设置工作目录为之前克隆的项目目录
14
  WORKDIR /workspace/app