From 0b229a48c9a072c61a2a0946d034f30407505800 Mon Sep 17 00:00:00 2001 From: Chris Cowley Date: Thu, 3 Oct 2024 13:53:48 +0000 Subject: [PATCH] Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac0fa56..f42717f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ init: podman run --rm -ti -v ${PWD}:/docs docker.io/squidfunk/mkdocs-material new . preview: - podman run --rm -ti -v ${PWD}:/docs -p 8000:8000 docker.io/squidfunk/mkdocs-material + docker run --rm -ti -v ${PWD}:/docs:Z -p 8000:8000 docker.io/squidfunk/mkdocs-material build: podman run --rm -ti -v ${PWD}:/docs docker.io/squidfunk/mkdocs-material build