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