Add permission for jekyll user on Gemfile (#503)
This commit is contained in:
parent
89d1a4fd7e
commit
d3ec28af33
@ -1,8 +1,8 @@
|
|||||||
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
|
||||||
|
|
||||||
CMD ["jekyll", "serve"]
|
CMD ["jekyll", "serve"]
|
Loading…
x
Reference in New Issue
Block a user