From c19f0d237199d00418c4a44c3bf15960e0513d27 Mon Sep 17 00:00:00 2001 From: "James P. Ketrenos" Date: Tue, 3 Dec 2019 10:43:29 -0800 Subject: [PATCH] Updated .dockerignore to blacklist all files, then whitelist just the ones to include in build context Signed-off-by: James P. Ketrenos --- .dockerignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index 2e13496..3d1deed 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,6 @@ -.git -templates -scripts -Dockerfile.solution* +* +!assets +!Dockerfile +!Dockerfile-* +!SOLUTION +!MANIFEST