docs.coopcloud.tech/Dockerfile

12 lines
145 B
Docker
Raw Normal View History

2024-02-04 22:20:30 +00:00
FROM squidfunk/mkdocs-material:9.5.7
2020-10-23 13:18:08 +00:00
EXPOSE 8000
COPY . /docs
2022-01-21 13:28:31 +00:00
WORKDIR /docs
2020-10-23 13:18:08 +00:00
RUN apk add --no-cache curl
RUN pip install -r requirements.txt