From 86961eba4f2d951669252f08463ce2d2c3ddb46e Mon Sep 17 00:00:00 2001 From: Torben Woltjen Date: Tue, 17 Jul 2018 22:17:57 +0200 Subject: [PATCH] Update .dockerignore to ignore the .git directory This results in a smaller build context being sent to the Docker daemon and therefore also in a faster build process. No need for the git-history and metadata to be used by Docker. --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index 1471126c..608ecb1d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,3 @@ testdata/ .github/ +.git/