diff --git a/Dockerfile.antithesis b/Dockerfile.antithesis index 6f10a91bd..b3ce828d5 100644 --- a/Dockerfile.antithesis +++ b/Dockerfile.antithesis @@ -80,4 +80,6 @@ RUN chmod 777 -R /opt/antithesis/test/v1 RUN mkdir /opt/antithesis/catalog RUN ln -s /opt/antithesis/test/v1/bank-test/*.py /opt/antithesis/catalog -ENTRYPOINT ["/bin/docker-entrypoint.sh"] \ No newline at end of file +ENV RUST_BACKTRACE=1 + +ENTRYPOINT ["/bin/docker-entrypoint.sh"]