Git: avoid GrumPHP blacklist problem
``` Something went wrong: fatal: detected dubious ownership in repository at '/project' To add an exception for this directory, call: git config --global --add safe.directory /project ``` As GrumPHP is running a new container on the fly, need to set this instruction in the Dockerfile.
issue