Signed-off-by: hanzhixiao <709674996@qq.com>
pull/828/head
hanzhixiao 2 years ago
parent b7a00ab7f9
commit 65899e29cb

@ -10,7 +10,7 @@ ENV GOPROXY=$GOPROXY
# Set up the working directory
WORKDIR /openim/openim-server
COPY go.mod go.sum ./
COPY go.mod go.sum go.work go.work.sum ./
RUN go mod download
# Copy all files to the container

@ -97,6 +97,7 @@ services:
command: minio server /data --console-address ':9090'
openim-server:
build: .
image: ghcr.io/openimsdk/openim-server:latest
container_name: openim-server
volumes:

Loading…
Cancel
Save