From aa902ba31d65d12de90082241f31aeceb59fba7f Mon Sep 17 00:00:00 2001 From: sergey filyanin Date: Tue, 30 Jul 2024 15:44:28 +0200 Subject: [PATCH] Update Dockerfile --- idea/meta-storage/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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