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