X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/550c4a3a45814fde5c809334c85f1ebc47659a82..c3cc8eb687e92c890a7c4801c262fb2e6c96ef0a:/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