From d9593850c48ad807b6c4c494ad0fcb3cdff65c59 Mon Sep 17 00:00:00 2001 From: Tim Fogarty Date: Sun, 24 Jun 2018 18:20:42 -0700 Subject: [PATCH] Change stage target to docker-serve in Makefile docker-serve is documented in the readme (from #9128). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fcbd8438206a7..b06dc682e55e3 100644 --- a/Makefile +++ b/Makefile @@ -29,5 +29,5 @@ docker-image: docker-build: $(DOCKER_RUN) $(DOCKER_IMAGE) hugo -stage: +docker-serve: $(DOCKER_RUN) -p 1313:1313 $(DOCKER_IMAGE) hugo server --watch --bind 0.0.0.0