rr1 commited on
Commit
06d906e
·
verified ·
1 Parent(s): 8d81a4f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -6,7 +6,7 @@ ENV GO111MODULE=on \
6
  CGO_ENABLED=0 \
7
  GOOS=linux \
8
  TZ=Asia/Shanghai \
9
- ROUTE_PREFIX=hf
10
  PORT=7860
11
 
12
  # 设置工作目录
@@ -16,7 +16,7 @@ WORKDIR /build
16
  RUN apt-get update && apt-get install -y git
17
 
18
  # 使用 git clone 获取源码
19
- RUN git clone https://github.com/renqabs/gsk2api.git .
20
 
21
  # 下载依赖
22
  RUN go mod download
 
6
  CGO_ENABLED=0 \
7
  GOOS=linux \
8
  TZ=Asia/Shanghai \
9
+ ROUTE_PREFIX=hf \
10
  PORT=7860
11
 
12
  # 设置工作目录
 
16
  RUN apt-get update && apt-get install -y git
17
 
18
  # 使用 git clone 获取源码
19
+ RUN git clone https://github.com/renqabs/chteus2a.git .
20
 
21
  # 下载依赖
22
  RUN go mod download