From 108a88ae577906d0af99b686e04235a1a067e0cd Mon Sep 17 00:00:00 2001 From: Anastas Dancha Date: Mon, 16 Nov 2020 17:18:06 +0300 Subject: [PATCH] improving build caching - adding `Dockerfile` and `.git/` to `.dockeringore` improves caching when building images when these paths have changes unrelated to application functionality Signed-off-by: Anastas Dancha --- .dockerignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index c1f70b21..c7c11b97 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,5 @@ example +Dockerfile .github .idea +.git