8e commited on
Commit
d24c911
1 Parent(s): 10ce260

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y git
15
  # 复制整个项目并构建可执行文件
16
  RUN git clone https://github.com/deanxv/coze-discord-proxy.git .
17
 
18
- RUN sed -i 's|router.Group("/v1")|router.Group("/hf1/v1")|g' /build/router/api-router.go
19
 
20
  #ENV GOPROXY=https://goproxy.cn,direct
21
  RUN go mod download
 
15
  # 复制整个项目并构建可执行文件
16
  RUN git clone https://github.com/deanxv/coze-discord-proxy.git .
17
 
18
+ RUN sed -i 's|router.Group("/v1")|router.Group("/hf/v1")|g' router/api-router.go
19
 
20
  #ENV GOPROXY=https://goproxy.cn,direct
21
  RUN go mod download