Skip to content

Commit

Permalink
docs(docker): fix typo in comment (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartens authored Nov 22, 2024
1 parent 36ad993 commit dbda091
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 @@ -25,7 +25,7 @@ RUN echo '[safe]\n\tdirectory = *' > /etc/gitconfig
COPY --from=builder /app/target/release/git-cliff /usr/local/bin
WORKDIR app

# Even if the repository as marked as safe, GitHub Actions and some other
# Even if the repository is marked as safe, GitHub Actions and some other
# environments insist on running the entrypoint as root inside the container
# even when being run by a non privileged user on their own files. Here we
# check the ownership of the workdir (which may or may not be /app) and change
Expand Down

0 comments on commit dbda091

Please sign in to comment.