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

5 lines
No EOL
120 B
Docker

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