Skip to content

Commit d5c54c7

Browse files
authored
chore(Makefile): Relabel the volume for selinux compatibility (argoproj-labs#2207)
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
1 parent 1095065 commit d5c54c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,4 +387,4 @@ update-dependencies:
387387

388388
.PHONY: serve-docs
389389
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"
390+
$(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

Comments
 (0)