diff --git a/Dockerfile b/Dockerfile index 7186013f..8d2a5d1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,9 @@ COPY --link package.json yarn.lock .yarnrc.yml ./ RUN set -eux; \ yarn +RUN set -eux; \ + yarn cache clean + # copy sources COPY --link . ./