From fefc52afcc217240a0bb19bf5d96d06581e69c56 Mon Sep 17 00:00:00 2001 From: mplorentz Date: Fri, 27 Feb 2026 13:35:11 -0500 Subject: [PATCH] Source .env explicitly during build --- .dockerignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index e3c99575..ae84fa66 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,7 +7,6 @@ build .git .gitignore -# Env files (use build args instead; .env.template is copied for defaults) -.env +# Env files (keep .env for build; exclude local overrides) .env.local .env.*.local \ No newline at end of file