updated path for jekyll source
This commit is contained in:
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…
Reference in New Issue
Block a user