Skip to content

Commit

Permalink
TEMPORARY: trace GC in staging/prod server (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
frewmack authored Feb 6, 2024
1 parent 377c9f6 commit f9ba57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ COPY --from=builder /usr/src/app/dist .
ENV NODE_ENV=production
USER node
EXPOSE 3000
CMD ["node", "."]
CMD ["node", "--trace-gc", "."]

0 comments on commit f9ba57f

Please sign in to comment.