Add permission for jekyll user on Gemfile (#503)
This commit is contained in:
parent
89d1a4fd7e
commit
d3ec28af33
@ -1,7 +1,7 @@
|
|||||||
FROM jekyll/jekyll
|
FROM jekyll/jekyll
|
||||||
|
|
||||||
COPY Gemfile .
|
COPY --chown=jekyll:jekyll Gemfile .
|
||||||
COPY Gemfile.lock .
|
COPY --chown=jekyll:jekyll Gemfile.lock .
|
||||||
|
|
||||||
RUN bundle install --quiet --clean
|
RUN bundle install --quiet --clean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user