Use rails instead of rake
This commit is contained in:
parent
6f471c72c9
commit
fb9219a52f
7 changed files with 13 additions and 13 deletions
|
@ -45,6 +45,6 @@ RUN gem install bundler \
|
|||
&& bundle install
|
||||
|
||||
# Install NodeJS packages using yarnpkg
|
||||
# `bundle exec rake yarn:install` will not work
|
||||
# `bundle exec rails yarn:install` will not work
|
||||
ADD package.json yarn.lock /app/
|
||||
RUN yarnpkg --ignore-engines install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue