mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 11:47:34 -03:00
9 lines
116 B
Text
9 lines
116 B
Text
|
FROM jekyll/jekyll
|
||
|
|
||
|
COPY Gemfile .
|
||
|
COPY Gemfile.lock .
|
||
|
|
||
|
RUN bundle install --quiet --clean
|
||
|
|
||
|
CMD ["jekyll", "serve"]
|