ulovliglogning.dk/docker-compose-deploy.yml

8 lines
213 B
YAML

jekyll:
image: jekyll/builder:3.7
command: bash /srv/jekyll/_scripts/build-then-deploy.sh
ports:
- 4000:4000
volumes:
- .:/srv/jekyll
- ./.gem-cache/bundle:/usr/local/bundle