Newer
Older
FROM python:3.6.8-alpine3.9
# Set build directory
WORKDIR /app
# add the current directory to the container as /app
ADD . /docs
# Perform build and cleanup artifacts
RUN pip install mkdocs && pip install mkdocs-material && pip install plantuml-markdown