Víðir Valberg Guðmundsson
b3a741c951
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
204 B
YAML
10 lines
204 B
YAML
services:
|
|
jekyll:
|
|
image: jekyll/jekyll:3.8.5
|
|
command: jekyll serve --livereload --livereload-port 35729
|
|
ports:
|
|
- 4000:4000
|
|
- 35729:35729
|
|
volumes:
|
|
- .:/srv/jekyll
|