mirror of
https://github.com/chrisbenincasa/tunarr
synced 2026-04-21 21:37:40 +00:00
6 lines
130 B
Docker
6 lines
130 B
Docker
FROM squidfunk/mkdocs-material
|
|
|
|
# Install additional Python packages (example)
|
|
RUN pip install mkdocs-glightbox mike
|
|
|
|
EXPOSE 8000
|