decentral1se b926d3d975
All checks were successful
continuous-integration/drone/push Build is passing
fix: use single source of deps
Closes coop-cloud/organising#564
2024-02-06 00:54:27 +01:00

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