test/e2e: enable pprof server to help debugging failures (#6003)

This commit is contained in:
Anton Kaliaev
2021-02-11 11:43:19 +01:00
committed by Tess Rinearson
parent eb09376ba0
commit 33fb03fcc8
3 changed files with 30 additions and 3 deletions
+1 -1
View File
@@ -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