mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
This commit is contained in:
parent
9590e5e234
commit
fe3353a162
@ -75,6 +75,9 @@ RUN \
|
|||||||
-path "*/__pycache__/*" \
|
-path "*/__pycache__/*" \
|
||||||
-exec rm -f {} \;
|
-exec rm -f {} \;
|
||||||
|
|
||||||
|
# Trust git directory, required for git >= 2.35.2
|
||||||
|
RUN git config --global --add safe.directory /docs
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /docs
|
WORKDIR /docs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user