From c22995eaab7c878cbc03485e96134ee420eba5f4 Mon Sep 17 00:00:00 2001 From: Christopher Tomkins-Tinch Date: Fri, 12 Jul 2019 11:43:28 -0400 Subject: [PATCH] add .git to .dockerignore add .git to .dockerignore to reduce the size of the build context sent to the Docker daemon (all of the files in the pwd) --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index 08d68e72f..226dcb86a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,3 +2,4 @@ __pycache__ tools/conda-cache tools/conda-tools +.git \ No newline at end of file