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 c0c7725 commit eebadaaCopy full SHA for eebadaa
Dockerfile
@@ -54,6 +54,4 @@ EXPOSE 3000 9229
54
ENV PORT=3000
55
ENV HOSTNAME=0.0.0.0
56
57
-ENV NODE_OPTIONS="--trace-gc --max-old-space-size=1800"
58
-
59
-CMD ["node", "--inspect=127.0.0.1:9229", "server.js"]
+CMD ["node", "--trace-gc", "--max-old-space-size=1800", "--inspect=127.0.0.1:9229", "server.js"]
0 commit comments