diff --git a/Dockerfile b/Dockerfile index 45c8cf1..306e326 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file