From 8be3ca6d74d8b44ea124c44e0e10c654d8ff4c3e Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Sun, 11 Aug 2024 17:31:28 +0200 Subject: [PATCH] Debug promise --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index ed269b7..b9bca46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,6 +49,9 @@ RUN set -ex; \ ENV COREPACK_ENABLE_NETWORK=0 ENV COREPACK_ENABLE_STRICT=0 +# https://github.com/pnpm/pnpm/issues/344#issuecomment-244355674 +ENV DEBUG_PROMISE=true + # Execute everything as the appuser USER appuser ENTRYPOINT [ "/opt/test-runner/bin/run.sh" ]