foam-template/publish/Dockerfile
2022-06-27 20:30:14 +04:30

5 lines
No EOL
114 B
Docker

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