build: fix docker setup (#337)

* fix: issue #310

- add ip-addresses for localnet-setup generation
- add localnet-setup folder to keep localnet-setup-artifacts
- map localnet-setup-artifacts to containers
- change start-docker.sh to pick up generated testnet artifacts

* feat: get rid of explicit ip-address-assignments for containers

* feat: get rid of docker-localnet, introduce localnet-build and localnet-show-logstream, fix localnet-unsafe-reset and localnet-clean, add comments

* fix: add --no-cache on docker build, exclude build-directory
This commit is contained in:
Simon Pfeifhofer
2021-08-04 09:30:13 +00:00
committed by GitHub
parent 396db9f20a
commit 300af0df0e
8 changed files with 49 additions and 65 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ WORKDIR /go/src/github.com/tharsis/ethermint
COPY . .
# build Ethermint
RUN make build-ethermint-linux
RUN make build-linux
# Final image
FROM golang:1.14 as final