diff --git a/Dockerfile b/Dockerfile index dea53511..b84a4aa0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ ARG MONGO_TEST WORKDIR /go/src/github.com/umputun/remark/backend ADD backend /go/src/github.com/umputun/remark/backend +ADD .git /go/src/github.com/umputun/remark/.git # run tests RUN \