We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee57a71 commit 4310503Copy full SHA for 4310503
Dockerfile
@@ -54,4 +54,4 @@ EXPOSE 3000
54
ENV PORT 3000
55
ENV HOSTNAME "0.0.0.0"
56
57
-CMD ["node", "server.js"]
+CMD ["node", "--trace-gc", "--inspect=0.0.0.0:9229", "--max-old-space-size=1800", "server.js"]
0 commit comments