diff --git a/Dockerfile b/Dockerfile index 5bf1588..f26e561 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,10 @@ FROM php:8.1-cli-alpine RUN apk add --no-cache git +RUN git config --system --add safe.directory /github/workspace + +RUN git config --system --add safe.directory /tmp/monorepo_split/build_directory + # directory inside docker WORKDIR /splitter