From: Michal Migurski Date: Sat, 14 Nov 2020 00:53:02 +0000 (-0800) Subject: Expanded yarn call to fix test failure X-Git-Tag: live~2359^2~13 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/188fc8f1d6d885279e46d76b9d73b1f01e9dae15?hp=b71a6fd5d12dc2a29c039edd25424d6f13d3e07a Expanded yarn call to fix test failure --- diff --git a/Dockerfile b/Dockerfile index e387d11cb..90ca79015 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,4 +41,4 @@ RUN bundle install # Install NodeJS packages ADD package.json yarn.lock /app/ -RUN yarn +RUN yarn install