foam-template/publish/Dockerfile
Amir Pourmand df9f09fd8a .
2022-06-27 20:13:46 +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