SuperSeller3000/docker/app
Simon Kuehn 10862426c1 chore: disable OPcache for dev and mount php.ini as volume
opcache.validate_timestamps=0 caused stale bytecode after code changes —
containers needed a full restart to pick up edits. For dev, OPcache is now
disabled entirely. php.ini is mounted as a volume in all app services so
config changes take effect with a simple `docker compose up -d`, no rebuild.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 07:22:48 +00:00
..
Dockerfile feat: admin panel, Mistral client, attribute management, API key command 2026-05-17 20:15:13 +00:00
php.ini chore: disable OPcache for dev and mount php.ini as volume 2026-05-18 07:22:48 +00:00