[FIX] Dockerignore: allow docker/php.ini for build context
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4bd2326910
commit
0a73983cba
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user