X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b71a6fd5d12dc2a29c039edd25424d6f13d3e07a..188fc8f1d6d885279e46d76b9d73b1f01e9dae15:/Dockerfile 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