Skip to content

Commit

Permalink
Add Dockerfile to .dockerignore
Browse files Browse the repository at this point in the history
The Dockerfile is not needed in any of the build targets.
The one exception may be the dev image, however in most cases the docker
source will be bind mounted into the container anyway.

Signed-off-by: Brian Goff <[email protected]>
  • Loading branch information
cpuguy83 committed Dec 2, 2019
1 parent 5f314c2 commit e6d514d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
bundles
.dockerignore
.git
.go-pkg-cache
.gopath
bundles
Dockerfile
vendor/pkg
.go-pkg-cache
.git

0 comments on commit e6d514d

Please sign in to comment.