Skip to content

Commit

Permalink
Add permission for jekyll user on Gemfile (daattali#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGruber authored and daattali committed Jun 7, 2019
1 parent e8fce61 commit d77ddfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit d77ddfe

Please sign in to comment.