From 00b48b16ce2a16683f587245a174e3c8a6ca571d Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Fri, 5 Jul 2024 13:00:16 +0100 Subject: [PATCH] refactor: Update NODE_OPTIONS stack trace limit to 30 in Dockerfile.tpl --- Copilot/Dockerfile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Copilot/Dockerfile.tpl b/Copilot/Dockerfile.tpl index 7e3b89390c..0ddd04f676 100644 --- a/Copilot/Dockerfile.tpl +++ b/Copilot/Dockerfile.tpl @@ -75,7 +75,7 @@ RUN npm install RUN mkdir /repository # Set the stack trace limit to 0 to show full stack traces -ENV NODE_OPTIONS='--stack-trace-limit=0' +ENV NODE_OPTIONS='--stack-trace-limit=30' {{ if eq .Env.ENVIRONMENT "development" }} #Run the app