Skip to content

Commit

Permalink
Update the comment for Makefile taks live-docs
Browse files Browse the repository at this point in the history
There is a typo in comment for port that used for listening of docs server.
Changed from http://localhost:3000 to http://localhost:8000
  • Loading branch information
miry authored Sep 23, 2020
1 parent a421f3b commit d6a026e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
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 d6a026e

Please sign in to comment.