Fixed docker-compose.yml

jekyll/jekyll:pages was broken. The bare-bones jekyll image
works perfectly well for our needs though.

Fixes #1
This commit is contained in:
Jesper Hess 2018-11-02 21:52:52 +01:00
parent e4275434a6
commit 686819b438
Signed by untrusted user: 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: jekyll/jekyll
command: jekyll serve --livereload --reload_port 35729
ports:
- 4000:4000