diff --git a/Dockerfile b/Dockerfile index 2050206..2b51fd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ USER node COPY . . # Run the application. -CMD npm start +CMD node --trace-warnings index.js