Skip to content

Commit

Permalink
Merge pull request #1063 from basecamp/safe-directory-fix-1.9
Browse files Browse the repository at this point in the history
Safe directory fix 1.9
  • Loading branch information
djmb authored Oct 6, 2024
2 parents b00a4ec + fd9564f commit f1b3c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ WORKDIR /workdir

# Tell git it's safe to access /workdir/.git even if
# the directory is owned by a different user
RUN git config --global --add safe.directory /workdir
RUN git config --global --add safe.directory '*'

# Set the entrypoint to run the installed binary in /workdir
# Example: docker run -it -v "$PWD:/workdir" kamal init
Expand Down

0 comments on commit f1b3c4a

Please sign in to comment.