diff --git a/Dockerfile b/Dockerfile index 94441b57e..61989a95c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,9 @@ ENV APP_ENV=dev ENV XDEBUG_MODE=off ENV FRANKENPHP_WORKER_CONFIG=watch -RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini" +RUN set -eux; \ + git config --global --add safe.directory /app; \ + mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini" RUN set -eux; \ install-php-extensions \