Open tagirb opened 4 years ago
Current situation: phpunit is put under /tmp, which causes issues, when running this container with an externally mounted /tmp (e.g. Gitlab Runners).
/tmp
Proposal: Move phpunit to /opt, which is a standard root for optional packages and is not normally overridden with a mount.
/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.