Skip to content

Commit

Permalink
Change stage target to docker-serve in Makefile
Browse files Browse the repository at this point in the history
docker-serve is documented in the readme (from kubernetes#9128).
  • Loading branch information
tfogo committed Jun 25, 2018
1 parent 9b2fd1f commit d959385
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 @@ -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

0 comments on commit d959385

Please sign in to comment.