Permalink
Branch: gh-pages
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
9 lines (5 sloc) 116 Bytes
FROM jekyll/jekyll
COPY Gemfile .
COPY Gemfile.lock .
RUN bundle install --quiet --clean
CMD ["jekyll", "serve"]