docs.coopcloud.tech/Dockerfile
decentral1se b2df5dbb84
All checks were successful
continuous-integration/drone/push Build is passing
chore: pin to match requirements file
2023-06-05 17:14:41 +02:00

14 lines
203 B
Docker

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