X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/98097504019b445f23942ed5448dd62901ded8c2..3247ffd57ce401892a9a85674cf1d4468c8fc311:/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