Use rails instead of rake

This commit is contained in:
Tom Hughes 2022-12-21 17:08:30 +00:00
parent 6f471c72c9
commit fb9219a52f
7 changed files with 13 additions and 13 deletions

View file

@ -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