mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-11 17:44:28 +05:00
6 lines
195 B
Docker
6 lines
195 B
Docker
FROM squidfunk/mkdocs-material:latest
|
|
|
|
# Install additional plugins required by our mkdocs configuration
|
|
RUN pip install \
|
|
mkdocs-git-revision-date-localized-plugin \
|
|
mkdocstrings[python] |