Skip to content

Commit

Permalink
docs: sora zh readme from awesome (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Mar 11, 2024
1 parent 695f425 commit 9c3281a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARG GOOS
FROM golang:1.21 AS builder

ARG GO111MODULE=on
ARG GOPROXY=https://goproxy.cn,direct
ARG GOPROXY=https://goproxy.io,direct

WORKDIR /openim/openim-chat

Expand Down
2 changes: 1 addition & 1 deletion build/images/api-admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG GOOS
FROM golang:1.20 AS builder

ARG GO111MODULE=on
ARG GOPROXY=https://goproxy.cn,direct
ARG GOPROXY=https://goproxy.io,direct

WORKDIR /openim/openim-chat

Expand Down
2 changes: 1 addition & 1 deletion build/images/api-chat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG GOOS
FROM golang:1.20 AS builder

ARG GO111MODULE=on
ARG GOPROXY=https://goproxy.cn,direct
ARG GOPROXY=https://goproxy.io,direct

WORKDIR /openim/openim-chat

Expand Down
2 changes: 1 addition & 1 deletion build/images/rpc-admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG GOOS
FROM golang:1.20 AS builder

ARG GO111MODULE=on
ARG GOPROXY=https://goproxy.cn,direct
ARG GOPROXY=https://goproxy.io,direct

WORKDIR /openim/openim-chat

Expand Down
2 changes: 1 addition & 1 deletion build/images/rpc-chat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG GOOS
FROM golang:1.20 AS builder

ARG GO111MODULE=on
ARG GOPROXY=https://goproxy.cn,direct
ARG GOPROXY=https://goproxy.io,direct

WORKDIR /openim/openim-chat

Expand Down

0 comments on commit 9c3281a

Please sign in to comment.