phpunit-docker
phpunit-docker copied to clipboard
move phpunit from under /tmp elsewhere (e.g., /opt)
Current situation:
phpunit is put under /tmp
, which causes issues, when running this container with an externally mounted /tmp
(e.g. Gitlab Runners).
Proposal:
Move phpunit to /opt
, which is a standard root for optional packages and is not normally overridden with a mount.