8e commited on
Commit
f46bb17
1 Parent(s): 32b86a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y git
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' /build/router/api-router.go
19
- RUN cat /build/router/api-router.go
20
  #ENV GOPROXY=https://goproxy.cn,direct
21
  RUN go mod download
22
  RUN go build -o /coze-discord-proxy
 
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' /build/router/api-router.go
19
+
20
  #ENV GOPROXY=https://goproxy.cn,direct
21
  RUN go mod download
22
  RUN go build -o /coze-discord-proxy