docs.coopcloud.tech/Dockerfile
Renovate Bot 41c7dae672
Some checks failed
continuous-integration/drone/pr Build is failing
Update squidfunk/mkdocs-material Docker tag to v8.1.9
2022-01-31 08:01:35 +00:00

12 lines
180 B
Docker

FROM squidfunk/mkdocs-material:8.1.9
EXPOSE 8000
COPY . /docs
WORKDIR /docs
RUN apk add --no-cache curl
RUN pip install mkdocs-awesome-pages-plugin mkdocs-material-extensions