Add permission for jekyll user on Gemfile (#503)

This commit is contained in:
JackGruber 2019-06-07 02:53:05 +02:00 committed by Dean Attali
parent 89d1a4fd7e
commit d3ec28af33
1 changed files with 3 additions and 3 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
CMD ["jekyll", "serve"]
CMD ["jekyll", "serve"]