File size: 81 Bytes
8ae5fc5
 
 
1
2
3
FROM jekyll/jekyll:4.0
COPY Gemfile /Gemfile
RUN /bin/bash -l -c "bundle install"