docs.coopcloud.tech/Dockerfile

12 lines
145 B
Docker

FROM squidfunk/mkdocs-material:9.5.7
EXPOSE 8000
COPY . /docs
WORKDIR /docs
RUN apk add --no-cache curl
RUN pip install -r requirements.txt