add dockerignore file

this helps prevent cache poisoning, reducing uncessesary rebuilds
This commit is contained in:
Devan Carpenter 2024-11-19 11:51:01 +00:00
parent c08c5653cc
commit 8b49656c74
No known key found for this signature in database
GPG Key ID: AC0ABA31866A7E76

5
.dockerignore Normal file
View File

@ -0,0 +1,5 @@
# don't include the Dockerfile to avoid poisonning the cache
Containerfile
.dockerignore
.git
target