Skip to content

Commit 79247df

Browse files
committed
identify memory leaks. Attempt 5
1 parent 4f47b25 commit 79247df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
4949

5050
USER nextjs
5151

52-
EXPOSE 3000 9229
52+
EXPOSE 3000
5353

5454
ENV PORT=3000
5555
ENV HOSTNAME=0.0.0.0
5656

57-
CMD ["node", "--trace-gc", "--max-old-space-size=1800", "--inspect=127.0.0.1:9229", "server.js"]
57+
CMD ["node", "--trace-gc", "--max-old-space-size=1800", "server.js"]

0 commit comments

Comments
 (0)