Skip to content

Commit db7ab54

Browse files
committed
fix dockerfiles
1 parent 1f94597 commit db7ab54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

idea/gear/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /src
44

55
COPY . .
66

7-
RUN yarn workspaces focus gear-idea-frontend @gear-js/api gear-js-util gear-js
7+
RUN yarn workspaces focus gear-idea-frontend @gear-js/api @gear-js/react-hooks @gear-js/ui @gear-js/wallet-connect @gear-js/vara-ui @gear-js/sails-payload-form gear-js
88

99
ARG VITE_NODE_ADDRESS \
1010
VITE_NODES_API_URL \

idea/vara-eth/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /src
44

55
COPY . .
66

7-
RUN yarn workspaces focus varaeth-idea-frontend @vara-eth/api @gear-js/api gear-js-util gear-js
7+
RUN yarn workspaces focus varaeth-idea-frontend @vara-eth/api @gear-js/api @gear-js/sails-payload-form gear-js
88

99
RUN yarn add -D storybook@8
1010

0 commit comments

Comments
 (0)