diff --git a/Dockerfile b/Dockerfile index 32639af7a..b07ff520e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,7 @@ ENV GOPROXY=$GOPROXY # Set up the working directory WORKDIR /openim/openim-server -COPY go.mod go.sum ./ -RUN go mod download + # Copy all files to the container ADD . .