mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: Update NODE_OPTIONS stack trace limit to 30 in Dockerfile.tpl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user