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