Skip to content

Commit 327e5cb

Browse files
authored
fix: copy monorepo packages to multidim docker image (#1842)
1 parent 6fdaa7d commit 327e5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:18
33
WORKDIR /app
44
COPY package.json .
55
COPY ./node_modules ./node_modules
6-
COPY ./packages/libp2p ./packages/libp2p
6+
COPY ./packages ./packages
77

88
WORKDIR /app/interop
99
COPY ./interop/node_modules ./node_modules

0 commit comments

Comments
 (0)