Added Docker run instructions and Docker Compose file

This commit is contained in:
Jorge Arias 2018-03-12 02:35:48 -03:00
parent 7f72dda5b7
commit ab376edfd4
2 changed files with 14 additions and 1 deletions

View file

@ -5,7 +5,7 @@ services:
image: jekyll/jekyll
ports:
- "4000:4000"
command: /bin/bash -c 'PATH=$$PATH:/srv/jekyll/scripts; serve-lan'
command: jekyll serve --watch --host "0.0.0.0" --config _config.yml,_config.dev.yml
volumes:
- .:/srv/jekyll