Merge upstream

This commit is contained in:
2020-01-26 00:28:11 -05:00
parent 0f2e183485
commit 12bc37ec52
44 changed files with 1696 additions and 197 deletions

View File

@@ -1,8 +1,8 @@
FROM jekyll/jekyll
COPY Gemfile .
COPY Gemfile.lock .
COPY --chown=jekyll:jekyll Gemfile .
COPY --chown=jekyll:jekyll Gemfile.lock .
RUN bundle install --quiet --clean
RUN bundle install --clean
CMD ["jekyll", "serve"]