docs.coopcloud.tech/Dockerfile
Renovate Bot b785ee374a
Some checks failed
continuous-integration/drone/pr Build is failing
Update squidfunk/mkdocs-material Docker tag to v8.1.10
2022-02-07 08:01:27 +00:00

12 lines
181 B
Docker

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