Skip to content

Commit

Permalink
Fix git ownership issue (#44)
Browse files Browse the repository at this point in the history
fixes #36
  • Loading branch information
zepfietje authored Jan 31, 2023
1 parent e5a3284 commit ac98452
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ac98452

Please sign in to comment.