]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/3276'
authorTom Hughes <tom@compton.nu>
Wed, 28 Jul 2021 09:46:21 +0000 (10:46 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 28 Jul 2021 09:46:21 +0000 (10:46 +0100)
Dockerfile

index e8ff013870493ccee62d27b8730a8f5102707e18..40ad730cd77f0e9b6c14706e77e568fe15212a3e 100644 (file)
@@ -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