From 943779b653487d7e3efdbde870ec18fa75eb0310 Mon Sep 17 00:00:00 2001 From: heyarne Date: Fri, 21 Aug 2020 10:49:32 +0000 Subject: [PATCH] Simplify and improve .dockerignore --- .dockerignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index 9a275d9..7ebfa7d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,8 +1,8 @@ -# don't send downloaded artefacts to the docker build daemon -*.zip -*.tiff -*.jp2 +# don't send hidden files and folders, they are non-essential to the +# build process +.* +# don't send downloaded artefacts to the docker build daemon **/input/**/*.zip **/input/**/*.SAFE* **/input/**/*.jp2