docs.coopcloud.tech/Dockerfile
Renovate Bot 0256b514c9
Some checks failed
continuous-integration/drone/pr Build is failing
Update squidfunk/mkdocs-material Docker tag to v8.2.4
2022-03-03 08:02:23 +00:00

12 lines
180 B
Docker

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