We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94ab7d commit 52c111dCopy full SHA for 52c111d
Makefile
@@ -16,7 +16,7 @@ help: ## This help
16
17
serve: ## Local server
18
@echo "${BLUE}Starting expressjs.com at http://localhost:4000${RESET}"
19
- docker run -p 4000:4000 -p 35729:35729 -v $(DIR):/usr/src/app expressjs.com bundle exec jekyll serve --host 0.0.0.0
+ docker run -p 4000:4000 -p 35729:35729 -v $(DIR):/usr/src/app expressjs.com bundle exec jekyll serve --host 0.0.0.0 --incremental
20
21
build: ## Build site
22
@echo "${BLUE}Building site...${RESET}"
0 commit comments