We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ae1542 + d8f875f commit 1321b4dCopy full SHA for 1321b4d
1 file changed
Dockerfile
@@ -19,7 +19,7 @@ RUN apk add --update --no-cache git
19
20
COPY --from=builder /workspace/bin/git-version /bin
21
22
-RUN mkdir -p /repo
+RUN mkdir -p /repo && git config --global --add safe.directory /repo
23
VOLUME /repo
24
25
CMD ["/bin/git-version", "--folder=/repo"]
0 commit comments