]> git.openstreetmap.org Git - rails.git/commitdiff
Expanded yarn call to fix test failure
authorMichal Migurski <migurski@fb.com>
Sat, 14 Nov 2020 00:53:02 +0000 (16:53 -0800)
committerMichal Migurski <migurski@fb.com>
Thu, 28 Jan 2021 20:03:58 +0000 (12:03 -0800)
Dockerfile

index e387d11cbeb36c0c510be2d6dd3a529dfcc1d400..90ca79015e2aeabf7fead1c97a025db09cafbcd4 100644 (file)
@@ -41,4 +41,4 @@ RUN bundle install
 
 # Install NodeJS packages
 ADD package.json yarn.lock /app/
-RUN yarn
+RUN yarn install