Add .dockerignore for controller to accelerate image rebuild in local dev env (#504)

Previously any non-go changes resulted in `make docker-build` rerunning time-consufming `go build`. This fixes that by adding clearly unnecessary files .dockerignore
This commit is contained in:
Yusuke Kuoka
2021-05-02 16:47:07 +09:00
committed by GitHub
parent a18ac330bb
commit a0feee257f

12
.dockerignore Normal file
View File

@@ -0,0 +1,12 @@
Makefile
acceptance
runner
hack
test-assets
config
charts
.github
.envrc
*.md
*.txt
*.sh