build: fix docker compose (#46)

This commit is contained in:
Thomas Nguy
2021-05-26 06:58:04 -04:00
committed by GitHub
parent 956b18f45e
commit 73dac6f5b1
3 changed files with 50 additions and 21 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ WORKDIR /
RUN apt-get update
# Copy over binaries from the build-env
COPY --from=build-env /go/src/github.com/cosmos/ethermint/build/ethermintd /usr/bin/ethermintd
COPY --from=build-env /go/src/github.com/cosmos/ethermint/scripts/start.sh /
COPY --from=build-env /go/src/github.com/cosmos/ethermint/build/ethermintd /
COPY --from=build-env /go/src/github.com/cosmos/ethermint/scripts/start-docker.sh /
EXPOSE 26656 26657 1317 8545 8546