Browse code

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>

Brian Goff authored on 2019/11/06 06:42:46
Showing 1 changed files
... ...
@@ -1,6 +1,8 @@
1
-bundles
1
+.dockerignore
2
+.git
3
+.go-pkg-cache
2 4
 .gopath
5
+bundles
6
+Dockerfile
3 7
 vendor/pkg
4
-.go-pkg-cache
5
-.git
6 8