updated path for jekyll source

master
Zehka 3 years ago
parent 39a8635436
commit ea71bc727c

@ -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

Loading…
Cancel
Save