We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce50b2a commit 60ee58eCopy full SHA for 60ee58e
docker-compose.yml
@@ -3,6 +3,9 @@
3
services:
4
jekyll:
5
image: bretfisher/jekyll-serve
6
+ # Add --incremental to the commandline
7
+ # https://github.com/BretFisher/jekyll-serve/blob/2119a31476e1c6004a4bea4739b9160fc73e7bda/Dockerfile#L27C5-L27C94
8
+ command: [ "bundle", "exec", "jekyll", "serve", "--force_polling", "-H", "0.0.0.0", "-P", "4000", "--incremental" ]
9
volumes:
10
- .:/site
11
ports:
0 commit comments