Fixed Dockerfile

This commit is contained in:
squidfunk
2023-09-20 14:44:19 +02:00
parent 5c8bb4ea2b
commit da3b2b33b6

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 \
&& \