1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-23 23:21:00 +01:00

Fixed Dockerfile

This commit is contained in:
squidfunk 2023-09-20 14:44:19 +02:00
parent 5c8bb4ea2b
commit da3b2b33b6
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF

View File

@ -74,7 +74,7 @@ RUN \
for theme in mkdocs readthedocs; do \
rm -rf ${PACKAGES}/mkdocs/themes/$theme; \
ln -s \
${PACKAGES}/material \
${PACKAGES}/material/templates \
${PACKAGES}/mkdocs/themes/$theme; \
done \
&& \