docs.coopcloud.tech/Dockerfile
cellarspoon 59dbf66fdf
All checks were successful
continuous-integration/drone/push Build is passing
use root index, fix docker deploy
2022-01-21 14:38:09 +01:00

12 lines
180 B
Docker

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