From b0cf1a3f91368cb7763a8b25a462f04daf7ed11a Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Sat, 4 Jun 2022 14:28:06 +0100 Subject: [PATCH] Ignore dockerfile changes by default (#1503) Avoid triggering rebuilds of all layers the dockerfile is modified. --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index 1de0e22..fbb9927 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,3 @@ +Dockerfile Gemfile.Lock pkg