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

This commit is contained in:
Anton Kaliaev
2021-01-28 15:21:07 +00:00
committed by GitHub
parent a54f1544f8
commit b1646e51e2
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 ["start"]
STOPSIGNAL SIGTERM