Closed nightio closed 4 months ago
I just spent 10 minutes to review my previous approach and change it. It the changed version, docker will not touch local files anymore which is better for development. It uses anonymous volumes and container file system for any modified files.
However, you can close the PR if you wish. I made it for fun 🙂
Okay, have it your way. While you are at it, you could exclude docker files in .gitattributes. Thank you.
Done.
I also changed phpunit.xml
to phpunit.xml.dist
in .gitattributes
How does it improve? I can see config becoming more complicated, but I'm not sure there's much point in improving test performance on such a small library.