Merge pull request #6215 from miry/patch-1
Update the comment for Makefile taks live-docs
This commit is contained in:
commit
00324cec79
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -163,7 +163,7 @@ dev-env-stop: ## Deletes local Kubernetes cluster created by kind.
|
||||||
@kind delete cluster --name ingress-nginx-dev
|
@kind delete cluster --name ingress-nginx-dev
|
||||||
|
|
||||||
.PHONY: live-docs
|
.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 \
|
@docker run --rm -it \
|
||||||
-p 8000:8000 \
|
-p 8000:8000 \
|
||||||
-v ${PWD}:/docs \
|
-v ${PWD}:/docs \
|
||||||
|
|
Loading…
Reference in a new issue