Merge upstream and update Gemfile.lock

This commit is contained in:
2020-01-26 02:15:03 -05:00
parent 12bc37ec52
commit 32c6fe9764
47 changed files with 1648 additions and 194 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"]