From b6d0ae1e8b081c542518b9dfae9c2869894413e9 Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Thu, 26 Jul 2018 19:41:41 +1000 Subject: [PATCH] .dockerignore .git. Changes in the local Git db should not invalidate the Docker build cache. --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index 9414382..96f81bc 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,2 @@ Dockerfile +.git