FROM jekyll/jekyll:3.8
RUN mkdir -p /srv/jekyll
RUN chown -R jekyll /srv/jekyll
WORKDIR /srv/jekyll
RUN jekyll build



