copy .git folder explicity

This commit is contained in:
Dominic Breuker
2018-03-09 17:30:33 +01:00
parent 246e4f6b2d
commit a5bf551d96
5 changed files with 5 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ COPY main.go /go/src/github.com/dominicbreuker/pspy/main.go
COPY cmd /go/src/github.com/dominicbreuker/pspy/cmd
COPY internal /go/src/github.com/dominicbreuker/pspy/internal
COPY vendor /go/src/github.com/dominicbreuker/pspy/vendor
COPY .git /go/src/github.com/dominicbreuker/pspy/.git
# run tests
WORKDIR /go/src/github.com/dominicbreuker/pspy