Skip to content

Commit

Permalink
fix: remove unneeded COPY command from docker build (trufflesuite#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Sep 29, 2020
1 parent 7ba3d9a commit 31e6cf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Expand Up @@ -14,7 +14,6 @@ WORKDIR /app

COPY --from=builder "/app/node_modules/scrypt/build/Release" "./node_modules/scrypt/build/Release/"
COPY --from=builder "/app/node_modules/sha3/build/Release" "./node_modules/sha3/build/Release/"
COPY --from=builder "/app/node_modules/ganache-core/node_modules/websocket/build/Release" "./node_modules/ganache-core/node_modules/websocket/build/Release/"
COPY --from=builder "/app/build/ganache-core.docker.cli.js" "./ganache-core.docker.cli.js"
COPY --from=builder "/app/build/ganache-core.docker.cli.js.map" "./ganache-core.docker.cli.js.map"

Expand Down

0 comments on commit 31e6cf0

Please sign in to comment.