This repository has been archived on 2026-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
filebrowser-fork/www/Dockerfile
2025-06-29 09:28:39 +02:00

5 lines
123 B
Docker

FROM squidfunk/mkdocs-material
COPY requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt