Add --ignore-engines for yarn in the Dockerfile
Refs #3275
See also 102f3a6668
This commit is contained in:
parent
e842c7be97
commit
cacc8d9a07
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue