From 0a73983cba46946cbbfd1824e704de984bb34b35 Mon Sep 17 00:00:00 2001 From: Cristiano Benassati Date: Wed, 18 Feb 2026 09:16:33 +0100 Subject: [PATCH] [FIX] Dockerignore: allow docker/php.ini for build context Co-Authored-By: Claude Opus 4.6 --- .dockerignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 97cbe46..fd2540f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -14,8 +14,9 @@ docs/credentials/ Thumbs.db .DS_Store -# Docker (avoid recursive copy) +# Docker (avoid recursive copy, but keep php.ini for build) docker/ +!docker/php.ini # Documentation (not needed in image) CLAUDE.md