Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
-
|
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
|