Merge pull request #6215 from miry/patch-1

Update the comment for Makefile taks live-docs
This commit is contained in:
Kubernetes Prow Robot 2020-09-23 05:42:09 -07:00 committed by GitHub
commit 00324cec79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,7 @@ dev-env-stop: ## Deletes local Kubernetes cluster created by kind.
@kind delete cluster --name ingress-nginx-dev
.PHONY: live-docs
live-docs: ## Build and launch a local copy of the documentation website in http://localhost:3000
live-docs: ## Build and launch a local copy of the documentation website in http://localhost:8000
@docker run --rm -it \
-p 8000:8000 \
-v ${PWD}:/docs \