website/docker-compose.yml
Benjamin Bach ed175ce5d0
All checks were successful
continuous-integration/drone/pr Build is passing
why graffen :(
2022-10-15 23:49:07 +02:00

10 lines
198 B
YAML

services:
jekyll:
image: jekyll/jekyll
command: jekyll serve --livereload --livereload-port 35729
ports:
- 4000:4000
- 35729:35729
volumes:
- .:/srv/jekyll