mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
refactor: Update NODE_OPTIONS stack trace limit to 30 in Dockerfile.tpl
This commit is contained in:
parent
5b00b5dac1
commit
00b48b16ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user