foam-template/publish/Dockerfile
2022-03-04 01:11:27 +03:30

5 lines
No EOL
121 B
Docker

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