Skip to content

Commit a1ac2c7

Browse files
authored
Debug part 2
1 parent cb07a39 commit a1ac2c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ COPY --from=builder --chown=nextjs:nodejs /app/drizzle.config.ts ./drizzle.confi
3232

3333
USER nextjs
3434
EXPOSE 3000
35-
CMD ["node", "--cpu-prof", "--cpu-prof-dir=/tmp", "server.js"]
35+
CMD ["node", "--report-on-signal", "--report-signal=SIGUSR2", "--report-directory=/tmp", "server.js"]

0 commit comments

Comments
 (0)