Expanded yarn call to fix test failure

This commit is contained in:
Michal Migurski 2020-11-13 16:53:02 -08:00
parent b71a6fd5d1
commit 188fc8f1d6

View file

@ -41,4 +41,4 @@ RUN bundle install
# Install NodeJS packages
ADD package.json yarn.lock /app/
RUN yarn
RUN yarn install