allow git at build time to fix coveralls failure

This commit is contained in:
Umputun
2018-10-25 20:09:48 -05:00
parent 928f483021
commit 267d901499
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
/web/public/
/.vscode/
/.idea/
/.git/
#/.git/
# source files
docker-compose.yml
+1
View File
@@ -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 \