forked from cerc-io/laconicd-deprecated
expose ws port for testnet (#428)
* expose ws port * include jsonrpc and ws docs * Apply suggestions from code review Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
co-authored by
Federico Kunze
parent
50a632580d
commit
18a710b552
@@ -26,7 +26,7 @@ COPY --from=build-env /go/src/github.com/ChainSafe/ethermint/build/emintd /usr/b
|
||||
COPY --from=build-env /go/src/github.com/ChainSafe/ethermint/build/emintcli /usr/bin/emintcli
|
||||
COPY --from=build-env /go/src/github.com/ChainSafe/ethermint/scripts/start.sh /
|
||||
|
||||
EXPOSE 26656 26657 1317 8545
|
||||
EXPOSE 26656 26657 1317 8545 8546
|
||||
|
||||
# Run emintd by default, omit entrypoint to ease using container with emintcli
|
||||
ENTRYPOINT ["/bin/bash", "-c"]
|
||||
Reference in New Issue
Block a user