Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
hanzhixiao 2023-08-09 16:34:39 +08:00
parent b7a00ab7f9
commit 65899e29cb
2 changed files with 2 additions and 1 deletions

View File

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

View File

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