cemu_graphic_packs/docs/Dockerfile

9 lines
116 B
Docker
Raw Normal View History

FROM jekyll/jekyll
COPY Gemfile .
COPY Gemfile.lock .
RUN bundle install --quiet --clean
CMD ["jekyll", "serve"]