set jekyll version
This commit is contained in:
parent
8b7f88e72e
commit
9d3a83a054
@ -5,8 +5,9 @@ services:
|
||||
|
||||
jekyll-serve:
|
||||
container_name: jekyll-serve
|
||||
image: jekyll/jekyll
|
||||
command: bash -c "bundle update && bundle exec jekyll serve --host 0.0.0.0 --future --draft --force_polling --livereload --incremental"
|
||||
image: jekyll/jekyll:3.8
|
||||
# command: bash -c "bundle update && bundle exec jekyll serve --host 0.0.0.0 --future --draft --force_polling --livereload"
|
||||
command: jekyll serve --host 0.0.0.0 --future --draft --force_polling --livereload
|
||||
environment:
|
||||
JEKYLL_ENV: local
|
||||
ports:
|
||||
@ -20,7 +21,7 @@ services:
|
||||
|
||||
gem-push:
|
||||
container_name: jekyll-gem-push
|
||||
image: jekyll/jekyll
|
||||
image: jekyll/jekyll:3.8
|
||||
command: >
|
||||
bash -c "gem build -v jekyll-theme-isabelline.gemspec \
|
||||
&& GEM_VER=`ruby -e '\
|
||||
@ -38,7 +39,7 @@ services:
|
||||
|
||||
jekyll:
|
||||
container_name: jekyll
|
||||
image: jekyll/jekyll
|
||||
image: jekyll/jekyll:3.8
|
||||
entrypoint: jekyll
|
||||
environment:
|
||||
JEKYLL_ENV: local
|
||||
@ -48,7 +49,7 @@ services:
|
||||
|
||||
gem:
|
||||
container_name: jekyll-gem
|
||||
image: jekyll/jekyll
|
||||
image: jekyll/jekyll:3.8
|
||||
entrypoint: gem
|
||||
volumes:
|
||||
- .bundle:/usr/local/bundle
|
||||
@ -56,7 +57,7 @@ services:
|
||||
|
||||
bundle:
|
||||
container_name: jekyll
|
||||
image: jekyll/jekyll
|
||||
image: jekyll/jekyll:3.8
|
||||
entrypoint: bundle
|
||||
volumes:
|
||||
- .bundle:/usr/local/bundle
|
||||
|
Loading…
Reference in New Issue
Block a user