sfun commited on
Commit
5d25479
1 Parent(s): d5d7a17

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("/api/v1")|g' /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("/api/v1")|g' /build/router/api-router.go
19
 
20
  #ENV GOPROXY=https://goproxy.cn,direct
21
  RUN go mod download