mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-11 01:09:08 +01:00
d554dc2ca7
This reverts commit 27f90c432627c4c5eb8bf2b5a04e59c2ef0c8dc9.
9 lines
116 B
Docker
9 lines
116 B
Docker
FROM jekyll/jekyll
|
|
|
|
COPY Gemfile .
|
|
COPY Gemfile.lock .
|
|
|
|
RUN bundle install --quiet --clean
|
|
|
|
CMD ["jekyll", "serve"]
|