Make it usable by docker-compose

This commit is contained in:
Travis CI 2019-08-26 13:46:24 +02:00
parent 594fc53cd0
commit e26b053b49
2 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.jekyll-metadata
_site/

7
docker-compose.yml Normal file
View File

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