Add Dockerfile to .dockerignore
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 <cpuguy83@gmail.com>
This commit is contained in:
parent
5f314c24fc
commit
e6d514dbab
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
||||||
bundles
|
.dockerignore
|
||||||
.gopath
|
|
||||||
vendor/pkg
|
|
||||||
.go-pkg-cache
|
|
||||||
.git
|
.git
|
||||||
|
.go-pkg-cache
|
||||||
|
.gopath
|
||||||
|
bundles
|
||||||
|
Dockerfile
|
||||||
|
vendor/pkg
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue