diff --git a/Dockerfile b/Dockerfile index ad0406aedb..f579209267 100644 --- a/Dockerfile +++ b/Dockerfile @@ -93,7 +93,7 @@ RUN set -eux; \ ; # prevent the reinstallation of vendors at every changes in the source code -COPY package.json yarn.* ./ +COPY package.json yar[n].lock ./ RUN set -eux; \ yarn install; \ yarn cache clean