updated path for jekyll source

This commit is contained in:
Zehka 2020-07-05 18:26:33 +02:00
parent 39a8635436
commit ea71bc727c
1 changed files with 1 additions and 1 deletions

View File

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