Add permission for jekyll user on Gemfile (#503)
This commit is contained in:
parent
89d1a4fd7e
commit
d3ec28af33
1 changed files with 3 additions and 3 deletions
|
@ -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"]
|
Loading…
Add table
Add a link
Reference in a new issue