Skip to content

Commit

Permalink
Relax the safe.directory requirement
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Daer <jeremydaer@gmail.com>
  • Loading branch information
2 people authored and djmb committed Oct 6, 2024
1 parent d233825 commit fd9564f
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/.git
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 fd9564f

Please sign in to comment.