Skip to content

Commit c4fc634

Browse files
fixup: fix yarn build node-cosmos types-cosmos
1 parent cf0581c commit c4fc634

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/node.dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ RUN yarn install --frozen-lockfile
1010

1111
# add the remaining parts of the produce the build
1212
COPY . /app
13+
14+
# NB: replace node-cosmos and types-cosmos packages (not included in subql workspace)
15+
COPY ./docker/node-cosmos /app/node_modules/@subql/node-cosmos
16+
COPY ./docker/types-cosmos /app/node_modules/@subql/types-cosmos
17+
1318
RUN yarn codegen && yarn build
1419

1520
# build subql common package

0 commit comments

Comments
 (0)