mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
7 lines
130 B
Docker
7 lines
130 B
Docker
FROM squidfunk/mkdocs-material
|
|
|
|
# Install additional Python packages (example)
|
|
RUN pip install mkdocs-glightbox mike
|
|
|
|
EXPOSE 8000
|