From aded947bc4ce16a7b44c84fbdfea5abce1c34a2c Mon Sep 17 00:00:00 2001 From: Alex Axthelm Date: Thu, 22 Feb 2024 10:34:39 +0100 Subject: [PATCH] build(docker): #138 Allow .git in build context (#155) We may want to have a more elegant solution in the future (see discussion in #138), but this works for now to include git status in the manifest export. Closes: #138 --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index f5dd321..101d8fe 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,6 +2,7 @@ * # include certain files !.env +!.git !config.yml !DESCRIPTION !LICENSE