We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdaa7d commit 327e5cbCopy full SHA for 327e5cb
interop/Dockerfile
@@ -3,7 +3,7 @@ FROM node:18
3
WORKDIR /app
4
COPY package.json .
5
COPY ./node_modules ./node_modules
6
-COPY ./packages/libp2p ./packages/libp2p
+COPY ./packages ./packages
7
8
WORKDIR /app/interop
9
COPY ./interop/node_modules ./node_modules
0 commit comments