ChainSafe/ethermint -> cosmos/ethermint renaming (#569)

* ChainSafe/ethermint -> cosmos/ethermint renaming

* more renaming

* chainsafe
This commit is contained in:
Federico Kunze
2020-10-09 17:52:32 +02:00
committed by GitHub
parent 4e01da905a
commit d0456e546e
11 changed files with 180 additions and 106 deletions
+4 -4
View File
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get upgrade -y && \
apt-get install -y $PACKAGES
# Set working directory for the build
WORKDIR /go/src/github.com/ChainSafe/ethermint
WORKDIR /go/src/github.com/cosmos/ethermint
# Add source files
COPY . .
@@ -22,9 +22,9 @@ WORKDIR /
RUN apt-get update
# Copy over binaries from the build-env
COPY --from=build-env /go/src/github.com/ChainSafe/ethermint/build/ethermintd /usr/bin/ethermintd
COPY --from=build-env /go/src/github.com/ChainSafe/ethermint/build/ethermintcli /usr/bin/ethermintcli
COPY --from=build-env /go/src/github.com/ChainSafe/ethermint/scripts/start.sh /
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/build/ethermintcli /usr/bin/ethermintcli
COPY --from=build-env /go/src/github.com/cosmos/ethermint/scripts/start.sh /
EXPOSE 26656 26657 1317 8545 8546