cosmos / ethermint-archive

Ethereum on Tendermint using Cosmos-SDK!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile no such file or directory

jacohend opened this issue · comments

System info: [Include Ethermint commit, operating system name, and other relevant details]

Linux mate-MACH-WX9 4.15.0-36-generic #39-Ubuntu SMP Mon Sep 24 16:19:09 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Steps to reproduce:

  1. docker build -t ethermint . --no-cache
  2. Received
Step 10/18 : COPY --from=build-env /go/src/github.com/cosmos/ethermint/build/ethermint /usr/bin/ethermint
COPY failed: stat /var/lib/docker/overlay2/47ff6aac86b0205bf623bcf072448f2525bd05b5135c3ba06e214ff0f3d8b1ce/merged/go/src/github.com/cosmos/ethermint/build/ethermint: no such file or directory

Expected behavior: ethermint to be copied to /usr/bin/ethermint in Docker image

Actual behavior: Ethermint has been renamed to build/emintd and build/emintcli, so the copy command in the dockerfile will always fail.

Good catch @jacohend! Thanks for submitting the issue. @jackzampolin do you mind taking a look at this?