install gems locally
[rnaseq-cwl-training.git] / Makefile
index 5c9eba08ee49bcaec7b91c172f733136f973dad1..124e397b49988c93baafbcd747d072b2681ce2f1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
 # Settings
 MAKEFILES=Makefile $(wildcard *.mk)
 JEKYLL_VERSION=3.8.5
-JEKYLL=bundle update && bundle exec jekyll
 JEKYLL_DOCKER=${JEKYLL} serve --host 0.0.0.0
+JEKYLL=bundle install --path .vendor/bundle && bundle update && bundle exec jekyll
 PARSER=bin/markdown_ast.rb
 DST=_site