]> git.openstreetmap.org Git - rails.git/blobdiff - Dockerfile
Expanded yarn call to fix test failure
[rails.git] / 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