Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
hanzhixiao 2023-08-09 17:28:33 +08:00
parent 155ab5f03c
commit 8f5e750d77
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -98,7 +98,7 @@ services:
openim-server:
image: ghcr.io/openimsdk/openim-server:latest
build: .
# build: .
container_name: openim-server
volumes:
- ./logs:/openim/openim-server/logs