Skip to content

Commit 7c587bf

Browse files
authored
Add /src to git safe.directory (#180)
1 parent 1c7f7e3 commit 7c587bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
FROM klakegg/hugo:ext-alpine
22

3-
RUN apk add git
3+
RUN apk add git && \
4+
git config --global --add safe.directory /src

0 commit comments

Comments
 (0)