Fix issue with 'detected dubious ownership' in docker image
This commit is contained in:
parent
ba3948f854
commit
f95de7ac88
|
|
@ -81,8 +81,9 @@ RUN \
|
|||
-path "*/__pycache__/*" \
|
||||
-exec rm -f {} \;
|
||||
|
||||
# Trust git directory, required for git >= 2.35.2
|
||||
RUN git config --global --add safe.directory /docs
|
||||
# Trust directory, required for git >= 2.35.2
|
||||
RUN git config --global --add safe.directory /docs &&\
|
||||
git config --global --add safe.directory /site
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /docs
|
||||
|
|
|
|||
Loading…
Reference in New Issue