mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 22:44:24 +00:00
test/e2e: enable pprof server to help debugging failures (#6003)
This commit is contained in:
committed by
Tess Rinearson
parent
eb09376ba0
commit
33fb03fcc8
@@ -27,7 +27,7 @@ WORKDIR /tendermint
|
||||
VOLUME /tendermint
|
||||
ENV TMHOME=/tendermint
|
||||
|
||||
EXPOSE 26656 26657 26660
|
||||
EXPOSE 26656 26657 26660 6060
|
||||
ENTRYPOINT ["/usr/bin/entrypoint"]
|
||||
CMD ["node"]
|
||||
STOPSIGNAL SIGTERM
|
||||
|
||||
Reference in New Issue
Block a user