We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525c114 commit 260b7ddCopy full SHA for 260b7dd
Dockerfile
@@ -48,7 +48,7 @@ COPY scripts/ /app/scripts/
48
COPY --chmod=755 bin/ /usr/local/bin/
49
50
RUN git clone --depth 1 https://github.com/raineblog/mkdocs-material.git && \
51
- python3 scripts/install_katex.py && \
+ python scripts/install_katex.py && \
52
pip install --no-cache-dir ./mkdocs-material
53
54
ENTRYPOINT ["/sbin/tini", "--"]
0 commit comments