Make it usable by docker-compose
This commit is contained in:
parent
594fc53cd0
commit
e26b053b49
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.jekyll-metadata
|
||||||
|
_site/
|
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
jekyll:
|
||||||
|
image: jekyll/jekyll:latest
|
||||||
|
command: jekyll serve --watch --incremental
|
||||||
|
ports:
|
||||||
|
- 4000:4000
|
||||||
|
volumes:
|
||||||
|
- .:/srv/jekyll
|
Loading…
x
Reference in New Issue
Block a user