foam-template/Dockerfile
2022-03-01 03:52:44 +03:30

5 lines
No EOL
113 B
Docker

FROM jekyll/jekyll
Label MAINTAINER Amir Pourmand
WORKDIR /srv/jekyll
ADD Gemfile /srv/jekyll/
RUN bundle install