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