cemu_graphic_packs/docs/Dockerfile
Crementif 8433e2253c Replace with 1.14.0 repository
Also new website! We've got the version2 branch if people want to search in those files.
2018-10-31 11:03:04 +01:00

9 lines
116 B
Docker

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