Skip to content

Commit 7c587bf

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
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)