Merge pull request #269 from nagimov/patch-1

do not add .git folder to a build layer
This commit is contained in:
Umputun
2019-01-27 14:20:34 -06:00
committed by GitHub
-1
View File
@@ -23,7 +23,6 @@ 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 \