Skip to content

Commit

Permalink
Merge pull request #6215 from miry/patch-1
Browse files Browse the repository at this point in the history
Update the comment for Makefile taks live-docs
  • Loading branch information
k8s-ci-robot committed Sep 23, 2020
2 parents a421f3b + d6a026e commit 00324ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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 \
Expand Down

0 comments on commit 00324ce

Please sign in to comment.