@ -19,7 +19,7 @@ services:
jekyll:
image: jekyll/jekyll
restart: always
command: [/usr/jekyll/bin/jekyll, build, --source, /repo/web, --destination, /static, --watch]
command: [/usr/jekyll/bin/jekyll, build, --source, /repo/, --destination, /static, --watch]
volumes:
- ${DATA_ROOT}/repo/:/repo
- ${DATA_ROOT}/static/:/static