Skip to content

Commit

Permalink
Revert "Enable garbage collection traces on the last known good commit"
Browse files Browse the repository at this point in the history
This reverts commit 07be126.
Closes #354, discord.js 14.12.x was the source
  • Loading branch information
kevinlul committed Aug 20, 2023
1 parent 392f365 commit 73fc65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ COPY COPYING .
COPY --from=build /app/dist .
COPY --from=build /app/translations translations
USER node
ENTRYPOINT ["node", "--trace-gc", "--enable-source-maps", "-r", "reflect-metadata", "."]
ENTRYPOINT ["node", "--enable-source-maps", "-r", "reflect-metadata", "."]

0 comments on commit 73fc65d

Please sign in to comment.