Add docker-compose file for development
This commit is contained in:
parent
925e28b514
commit
6599102338
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
jekyll:
|
||||||
|
image: jekyll/jekyll:pages
|
||||||
|
command: jekyll serve --watch --force_polling --incremental
|
||||||
|
ports:
|
||||||
|
- 4000:4000
|
||||||
|
volumes:
|
||||||
|
- .:/srv/jekyll
|
Loading…
Reference in a new issue