Merge remote-tracking branch 'upstream/pull/3276'

This commit is contained in:
Tom Hughes 2021-07-28 10:46:21 +01:00
commit 7761b7991a

View file

@ -48,4 +48,4 @@ RUN gem install bundler \
# Install NodeJS packages using yarnpkg
# `bundle exec rake yarn:install` will not work
ADD package.json yarn.lock /app/
RUN yarnpkg install
RUN yarnpkg --ignore-engines install