diff --git a/idea/meta-storage/Dockerfile b/idea/meta-storage/Dockerfile index 307bd5dc8a..856d0b40d9 100644 --- a/idea/meta-storage/Dockerfile +++ b/idea/meta-storage/Dockerfile @@ -8,6 +8,8 @@ COPY .yarn .yarn COPY .yarnrc.yml . COPY ./idea/common idea/common COPY ./idea/meta-storage idea/meta-storage +RUN npm cache clean --force +RUN yarn cache clean RUN yarn install RUN yarn build:common RUN yarn build:meta-storage