From 267d901499383b96fcc954e0775742f9dc2d0c53 Mon Sep 17 00:00:00 2001 From: Umputun Date: Thu, 25 Oct 2018 20:09:48 -0500 Subject: [PATCH] allow git at build time to fix coveralls failure --- .dockerignore | 2 +- Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index e6f1136f..e8d72b07 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,7 +5,7 @@ /web/public/ /.vscode/ /.idea/ -/.git/ +#/.git/ # source files docker-compose.yml diff --git a/Dockerfile b/Dockerfile index a7c03e49..20983b8b 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 \