ulovliglogning.dk/docker-compose-deploy.yml
2018-07-07 22:38:37 +02:00

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