Адреса EPG

This commit is contained in:
Антон Аксенов
2025-10-07 15:06:54 +08:00
parent c8b5fd94e1
commit b24e3e6c02
3 changed files with 24 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
live:
@echo "Wait until container starts and open http://localhost:3000 to see live preview"
@docker run --rm -it -p 3000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
@echo "Open http://localhost:3000 to see live preview"
build:
@docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material build -v