From 6e14de2d5fc9d07f6312acbe615e5bf5831169f4 Mon Sep 17 00:00:00 2001 From: Claas Date: Wed, 20 May 2026 12:59:21 +0000 Subject: [PATCH] Add reason for choice --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index 6fbbfc1..3d61d7d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,4 @@ +# Ignore everything by default to avoid accidentally including sensitive files in the image, then explicitly include only what we need to run the app. * !Dockerfile -- 2.51.2