2018-04-17 17:31:14 +00:00
|
|
|
jekyll:
|
2018-11-19 18:20:12 +00:00
|
|
|
image: jekyll/builder:3.7
|
2018-04-17 21:40:25 +00:00
|
|
|
command: bash /srv/jekyll/_scripts/build-then-deploy.sh
|
2018-04-17 17:31:14 +00:00
|
|
|
ports:
|
|
|
|
- 4000:4000
|
|
|
|
volumes:
|
|
|
|
- .:/srv/jekyll
|
2018-07-07 20:38:37 +00:00
|
|
|
- ./.gem-cache/bundle:/usr/local/bundle
|