forked from cryptoaarhus.dk/website
8 lines
171 B
YAML
8 lines
171 B
YAML
jekyll:
|
|
image: jekyll/jekyll:pages
|
|
command: jekyll serve --watch --force_polling --incremental
|
|
ports:
|
|
- 4000:4000
|
|
volumes:
|
|
- .:/srv/jekyll
|