Update the comment for Makefile taks live-docs
There is a typo in comment for port that used for listening of docs server. Changed from http://localhost:3000 to http://localhost:8000
This commit is contained in:
parent
a421f3b4f7
commit
d6a026e01a
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