mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-18 12:07:01 +08:00
815
Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
parent
155ab5f03c
commit
8f5e750d77
@ -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 . .
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user