Rolf Amfelt
62e7054a9e
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
267 B
YAML
Executable file
11 lines
267 B
YAML
Executable file
version: "3.7"
|
|
services:
|
|
jekyll:
|
|
image: jekyll/jekyll:latest
|
|
command: jekyll serve --watch --trace --livereload --livereload-port 35729
|
|
ports:
|
|
- 4000:4000
|
|
- 35729:35729
|
|
volumes:
|
|
- .:/srv/jekyll
|