From 43e61fe1df2729f2ec2fea588b1c57197a7278b2 Mon Sep 17 00:00:00 2001 From: sergey filyanin Date: Fri, 4 Oct 2024 10:32:13 +0200 Subject: [PATCH] Update Dockerfile --- idea/frontend/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/frontend/Dockerfile b/idea/frontend/Dockerfile index 4d76b98b57..acb9c63823 100644 --- a/idea/frontend/Dockerfile +++ b/idea/frontend/Dockerfile @@ -11,6 +11,7 @@ COPY .yarn .yarn COPY ./idea/frontend ./idea/frontend COPY ./utils/gear-hooks ./utils/gear-hooks COPY ./utils/gear-ui ./utils/gear-ui +COPY ./utils/wallet-connect ./utils/wallet-connect RUN yarn install --mode=skip-build