From d6a026e01acb0a02af6feed1bbf3901eb89f6c14 Mon Sep 17 00:00:00 2001 From: Michael Nikitochkin Date: Wed, 23 Sep 2020 13:33:06 +0200 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4cbb7c17b1b..d7aea141682 100644 --- a/Makefile +++ b/Makefile @@ -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 \