website/Dockerfile

5 lines
74 B
Docker

FROM jekyll/jekyll
COPY Gemfile* ./
RUN chmod -R a+w . && bundle install