Make it usable by docker-compose
This commit is contained in:
parent
594fc53cd0
commit
e26b053b49
|
@ -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…
Reference in New Issue