ssme-thesis/docs/Dockerfile

9 lines
116 B
Docker
Raw Permalink Normal View History

2019-03-02 13:40:16 +01:00
FROM jekyll/jekyll
COPY Gemfile .
COPY Gemfile.lock .
RUN bundle install --quiet --clean
CMD ["jekyll", "serve"]