Add dockerignore to prevent cache busts

when doing git operations or changing the Dockerfile
This commit is contained in:
Sandro Jäckel 2020-09-04 18:13:05 +02:00
parent a657ff33be
commit 0b61dbfe02
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
.git
Dockerfile