Switch to graffen/jekyll docker image for dev

This commit is contained in:
Jesper Hess 2017-02-07 19:02:49 +01:00
parent 881faa3a87
commit 5d38ab0be9
Signed by: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
jekyll:
image: jekyll/jekyll:pages
image: graffen/jekyll
command: jekyll serve --livereload --reload_port 35729
ports:
- 4000:4000