Skip to content

Commit

Permalink
add bundle flag to suppress root warning (#16557)
Browse files Browse the repository at this point in the history
  • Loading branch information
weex committed Oct 14, 2021
1 parent a7e2e32 commit f68772f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -56,6 +56,7 @@ COPY Gemfile* package.json yarn.lock /opt/mastodon/
RUN cd /opt/mastodon && \
bundle config set deployment 'true' && \
bundle config set without 'development test' && \
bundle config set silence_root_warning true && \
bundle install -j"$(nproc)" && \
yarn install --pure-lockfile

Expand Down

0 comments on commit f68772f

Please sign in to comment.