[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
|
Thumbs.db
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# Docker (avoid recursive copy)
|
# Docker (avoid recursive copy, but keep php.ini for build)
|
||||||
docker/
|
docker/
|
||||||
|
!docker/php.ini
|
||||||
|
|
||||||
# Documentation (not needed in image)
|
# Documentation (not needed in image)
|
||||||
CLAUDE.md
|
CLAUDE.md
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user