We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1095065 commit d5c54c7Copy full SHA for d5c54c7
1 file changed
Makefile
@@ -387,4 +387,4 @@ update-dependencies:
387
388
.PHONY: serve-docs
389
serve-docs: ## Serve documentation locally using mkdocs in a container
390
- $(CONTAINER_RUNTIME) run --rm -it -p 8000:8000 -v $(PWD):/argocd-operator -w /argocd-operator --name argocd-operator-mkdocs registry.access.redhat.com/ubi9/python-311:latest /bin/bash -c "pip install -r docs/requirements.txt && mkdocs serve -a 0.0.0.0:8000"
+ $(CONTAINER_RUNTIME) run --rm -it -p 8000:8000 -v $(PWD):/argocd-operator:Z -w /argocd-operator --name argocd-operator-mkdocs registry.access.redhat.com/ubi9/python-311:latest /bin/bash -c "pip install -r docs/requirements.txt && mkdocs serve -a 0.0.0.0:8000"
0 commit comments