Skip to content

Commit d959385

Browse files
committed
Change stage target to docker-serve in Makefile
docker-serve is documented in the readme (from #9128).
1 parent 9b2fd1f commit d959385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ docker-image:
2929
docker-build:
3030
$(DOCKER_RUN) $(DOCKER_IMAGE) hugo
3131

32-
stage:
32+
docker-serve:
3333
$(DOCKER_RUN) -p 1313:1313 $(DOCKER_IMAGE) hugo server --watch --bind 0.0.0.0

0 commit comments

Comments
 (0)