Skip to content
Snippets Groups Projects
Commit 6820f721 authored by bikerdanny's avatar bikerdanny
Browse files

Added document tree to Docker image and run mkdocs build

parent 7047b05a
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,8 @@ RUN pip install mkdocs>=1.1.2
# Add custom theme if not inside a theme_dir
# (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes)
RUN pip install mkdocs-material>=5.4.0
COPY doc.zih.tu-dresden.de/ /src/
WORKDIR /src/doc.zih.tu-dresden.de
RUN mkdocs build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment