Skip to content

Commit

Permalink
fix: copy monorepo packages to multidim docker image (libp2p#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jun 20, 2023
1 parent 6fdaa7d commit 327e5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:18
WORKDIR /app
COPY package.json .
COPY ./node_modules ./node_modules
COPY ./packages/libp2p ./packages/libp2p
COPY ./packages ./packages

WORKDIR /app/interop
COPY ./interop/node_modules ./node_modules
Expand Down

0 comments on commit 327e5cb

Please sign in to comment.