forked from data.coop/website
Jesper Hess
686819b438
jekyll/jekyll:pages was broken. The bare-bones jekyll image works perfectly well for our needs though. Fixes #1
9 lines
182 B
YAML
9 lines
182 B
YAML
jekyll:
|
|
image: jekyll/jekyll
|
|
command: jekyll serve --livereload --reload_port 35729
|
|
ports:
|
|
- 4000:4000
|
|
- 35729:35729
|
|
volumes:
|
|
- .:/srv/jekyll
|