Files
docs.coopcloud.tech/Dockerfile
T

12 lines
146 B
Docker
Raw Normal View History

2025-01-10 17:03:38 +01:00
FROM squidfunk/mkdocs-material:9.5.49
2020-10-23 15:18:08 +02:00
EXPOSE 8000
COPY . /docs
2022-01-21 14:28:31 +01:00
WORKDIR /docs
2020-10-23 15:18:08 +02:00
RUN apk add --no-cache curl
2024-02-06 00:54:27 +01:00
RUN pip install -r requirements.txt