updated path for jekyll source
This commit is contained in:
parent
39a8635436
commit
ea71bc727c
@ -19,7 +19,7 @@ services:
|
|||||||
jekyll:
|
jekyll:
|
||||||
image: jekyll/jekyll
|
image: jekyll/jekyll
|
||||||
restart: always
|
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:
|
volumes:
|
||||||
- ${DATA_ROOT}/repo/:/repo
|
- ${DATA_ROOT}/repo/:/repo
|
||||||
- ${DATA_ROOT}/static/:/static
|
- ${DATA_ROOT}/static/:/static
|
||||||
|
Loading…
Reference in New Issue
Block a user