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~1792^2~13 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/188fc8f1d6d885279e46d76b9d73b1f01e9dae15 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