Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
hanzhixiao 2023-08-10 17:44:00 +08:00
parent df3e234a28
commit 0cdea88393

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 . .