mirror of
https://github.com/BretFisher/jekyll-serve.git
synced 2026-07-28 00:32:36 -04:00
livereload support #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @indusninja on GitHub (Mar 6, 2019).
I'm not getting live reloading support in the
jekyll-serveimage. Is that missing or is there a way I can pass the--livereloadargument from docker-compose file?I'm talking about the
jekyll serve --livereloadcommand that was introduced in Jekyll 3.7.0@BretFisher commented on GitHub (Mar 6, 2019):
You can override the Dockerfile CMD with a docker-compose.yml
command:or just fork this repo and create your own image with the settings you prefer :)@indusninja commented on GitHub (Mar 6, 2019):
This version of the docker-compose file works for me. Thank you for the help 👍