Skip to content

Commit

Permalink
trust the dir for user
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-morse-plastic committed Mar 26, 2024
1 parent 4edfe6e commit 0049f14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions username-1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ ENV HOME=/home/${username}
RUN echo "W3NhZmVdCglkaXJlY3RvcnkgPSAqCg==" | base64 -d > $HOME/.gitconfig
RUN sudo git config --global --add safe.directory '*'

RUN git config --global --add safe.directory /__w/privatecast/privatecast

WORKDIR $HOME

0 comments on commit 0049f14

Please sign in to comment.