[FIX] Dockerignore: allow docker/php.ini for build context

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Cristiano Benassati 2026-02-18 09:16:33 +01:00
parent 4bd2326910
commit 0a73983cba

View File

@ -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