diff --git a/docker/Dockerfile.test b/docker/Dockerfile.test index 222b7ad..eacafa9 100644 --- a/docker/Dockerfile.test +++ b/docker/Dockerfile.test @@ -9,12 +9,6 @@ ENV GO111MODULE=on \ # Set a working directory WORKDIR /app -# Copy the package files -COPY go.mod ./ - -# Install all go_modules -RUN go mod download - # Copy the entire project COPY . .