Make it usable by docker-compose

pull/20026/head
Travis CI 5 years ago
parent 594fc53cd0
commit e26b053b49
  1. 2
      .gitignore
  2. 7
      docker-compose.yml

2
.gitignore vendored

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

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