forked from ulovliglogning/ulovliglogning.dk
8 lines
209 B
YAML
8 lines
209 B
YAML
jekyll:
|
|
image: jekyll/builder
|
|
command: bash /srv/jekyll/_scripts/build-then-deploy.sh
|
|
ports:
|
|
- 4000:4000
|
|
volumes:
|
|
- .:/srv/jekyll
|
|
- ./.gem-cache/bundle:/usr/local/bundle |