add dockerignore file
this helps prevent cache poisoning, reducing uncessesary rebuilds
This commit is contained in:
parent
c08c5653cc
commit
8b49656c74
5
.dockerignore
Normal file
5
.dockerignore
Normal file
@ -0,0 +1,5 @@
|
||||
# don't include the Dockerfile to avoid poisonning the cache
|
||||
Containerfile
|
||||
.dockerignore
|
||||
.git
|
||||
target
|
Loading…
Reference in New Issue
Block a user