FROM bretfisher/jekyll-serve COPY . /site WORKDIR /site RUN bundle install --retry 5 --jobs 20 ENV JEKYLL_ENV="production" EXPOSE 4000