Add docker-compose file for development

This commit is contained in:
Vanja Cosic 2016-11-27 16:30:16 +01:00
parent 925e28b514
commit 6599102338
1 changed files with 7 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
jekyll:
image: jekyll/jekyll:pages
command: jekyll serve --watch --force_polling --incremental
ports:
- 4000:4000
volumes:
- .:/srv/jekyll