mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
d554dc2ca7
This reverts commit 27f90c4326
.
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"]
|