mirror of
https://github.com/foambubble/foam-template.git
synced 2025-07-02 16:18:55 +00:00
5 lines
No EOL
113 B
Docker
5 lines
No EOL
113 B
Docker
FROM jekyll/jekyll
|
|
Label MAINTAINER Amir Pourmand
|
|
WORKDIR /srv/jekyll
|
|
ADD Gemfile /srv/jekyll/
|
|
RUN bundle install |