forked from data.coop/website
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:
parent
e4275434a6
commit
686819b438
|
@ -1,5 +1,5 @@
|
||||||
jekyll:
|
jekyll:
|
||||||
image: jekyll/jekyll:pages
|
image: jekyll/jekyll
|
||||||
command: jekyll serve --livereload --reload_port 35729
|
command: jekyll serve --livereload --reload_port 35729
|
||||||
ports:
|
ports:
|
||||||
- 4000:4000
|
- 4000:4000
|
||||||
|
|
Loading…
Reference in a new issue