Merge pull request #269 from nagimov/patch-1
do not add .git folder to a build layer
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user