mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-04-29 06:49:28 -04:00
8 lines
116 B
Docker
8 lines
116 B
Docker
FROM jekyll/jekyll
|
|
|
|
COPY Gemfile .
|
|
COPY Gemfile.lock .
|
|
|
|
RUN bundle install --quiet --clean
|
|
|
|
CMD ["jekyll", "serve"]
|