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__/*" \
|
-path "*/__pycache__/*" \
|
||||||
-exec rm -f {} \;
|
-exec rm -f {} \;
|
||||||
|
|
||||||
# Trust git directory, required for git >= 2.35.2
|
# Trust directory, required for git >= 2.35.2
|
||||||
RUN git config --global --add safe.directory /docs
|
RUN git config --global --add safe.directory /docs &&\
|
||||||
|
git config --global --add safe.directory /site
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /docs
|
WORKDIR /docs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue