Files
blog/Dockerfile
2023-08-31 03:41:02 +03:00

5 lines
74 B
Docker

FROM jekyll/jekyll
COPY Gemfile* ./
RUN chmod -R a+w . && bundle install