Run make build only once

This commit is contained in:
Luke Murphy
2020-04-23 13:37:36 +02:00
parent 06e53cd9bc
commit 9b7b8e289d
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ stop:
@docker stop $(NAME) && docker rm $(NAME) --force
.PHONY: stop
serve: build
serve:
@docker run \
--name $(NAME) \
-e JEKYLL_PORT=$(PORT) \