foam-template/publish/Dockerfile
2022-06-27 20:03:24 +04: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