refactor: Update NODE_OPTIONS stack trace limit to 30 in Dockerfile.tpl

This commit is contained in:
Simon Larsen 2024-07-05 13:00:16 +01:00
parent 5b00b5dac1
commit 00b48b16ce
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -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