mirror of
https://github.com/safing/web
synced 2025-04-23 20:39:09 +00:00
Serve jekyll with --livereload enabled
This commit is contained in:
parent
13007080e4
commit
1ec0e86951
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
|||
# docker-compose up
|
||||
jekyll:
|
||||
image: jekyll/jekyll
|
||||
command: jekyll serve --watch --incremental
|
||||
command: jekyll serve --watch --incremental --livereload
|
||||
ports:
|
||||
- 4000:4000
|
||||
- 35729:35729
|
||||
volumes:
|
||||
- .:/srv/jekyll
|
||||
|
|
Loading…
Add table
Reference in a new issue