We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7f7e3 commit 7c587bfCopy full SHA for 7c587bf
Dockerfile
@@ -1,3 +1,4 @@
1
FROM klakegg/hugo:ext-alpine
2
3
-RUN apk add git
+RUN apk add git && \
4
+ git config --global --add safe.directory /src
0 commit comments