website/Dockerfile

5 lines
79 B
Docker

FROM jekyll/jekyll
COPY Gemfile* ./
RUN gem install bundler && bundle install