diff --git a/docker-compose.yml b/docker-compose.yml index 4fc1391..8450a83 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,10 +12,12 @@ services: jekyll: image: ruby:2.5.3 + working_dir: /src + environment: + BUNDLE_PATH: /vendor command: > sh -c ' - cd /src && - bundle --path /vendor && + bundle && bundle exec jekyll build --destination /site --watch ' volumes: