Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
hanzhixiao 2023-08-11 11:03:05 +08:00
parent 62010f70cf
commit f71bd11670

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