FROM jekyll/jekyll:4.2.0 Label MAINTAINER Amir Pourmand WORKDIR /srv/jekyll/ ADD Gemfile /srv/jekyll/ RUN bundle install