hzwluoye commited on
Commit
d39e36d
·
1 Parent(s): 365a9ed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -6,8 +6,8 @@ FROM golang:alpine AS builder
6
  RUN apk --no-cache add git
7
 
8
  # 添加 git,
9
- #RUN git clone https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app
10
- RUN git clone https://github.com/renqabs/gopb.git /workspace/app
11
 
12
  # 设置工作目录为之前克隆的项目目录
13
  WORKDIR /workspace/app
 
6
  RUN apk --no-cache add git
7
 
8
  # 添加 git,
9
+ RUN git clone https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app
10
+ #RUN git clone https://github.com/renqabs/gopb.git /workspace/app
11
 
12
  # 设置工作目录为之前克隆的项目目录
13
  WORKDIR /workspace/app