Append live mode view doc

This commit is contained in:
Даниил Грабарь
2026-06-18 11:31:45 +03:00
parent b441590dd8
commit 07edc4faf6
+1
View File
@@ -81,6 +81,7 @@ def _start_container(p: StepProgress, port: str) -> bool:
"-p", f"{port}:8000",
"-v", f"{_DOC_DIR}:/docs",
_IMAGE_NAME, "serve", "--dev-addr=0.0.0.0:8000",
"--watch", "/docs", "--livereload",
capture=True,
)
if result.returncode != 0: