X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/98097504019b445f23942ed5448dd62901ded8c2..fb9219a52fdc3160358c4ffa8bbe26cd817b007c:/Dockerfile diff --git a/Dockerfile b/Dockerfile index aae65c2bb..7d5d4982c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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