Skip to content

Commit

Permalink
Include Dockerfile and Makefile in build container image
Browse files Browse the repository at this point in the history
Without this, govvv always reports the "git state" as dirty,
due to those 2 files being deleted.

It doesn't hurt to include them to work around this.
  • Loading branch information
spantaleev committed Aug 9, 2019
1 parent a7115f9 commit 782bcfd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/var
/vendor/
/pkg
/etc/docker/Dockerfile
/email2matrix-server
/config.json
/Makefile

0 comments on commit 782bcfd

Please sign in to comment.