X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3debff60ef50158c5439003ad4357d1f3dcc120b..6efc77b4732a2e2068894ee27e1c5ff35050e030:/Dockerfile diff --git a/Dockerfile b/Dockerfile index e8ff01387..40ad730cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,4 +48,4 @@ RUN gem install bundler \ # Install NodeJS packages using yarnpkg # `bundle exec rake yarn:install` will not work ADD package.json yarn.lock /app/ -RUN yarnpkg install +RUN yarnpkg --ignore-engines install