ulovliglogning.dk/docker-compose.yml
Jesper Hess 30a954ff4d
Add docker-compose file
Just to make it easier to do development without installing all the jekyll stuff yourself.

All you need is docker+docker-compose and run 'docker-compose up' in the root of the project.
2018-01-22 16:34:17 -08:00

10 lines
183 B
YAML

jekyll:
image: jekyll/jekyll
command: jekyll serve --livereload --reload_port 35729
ports:
- 4000:4000
- 35729:35729
volumes:
- .:/srv/jekyll