Skip to content

Commit

Permalink
fix discord-listener dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
timolegros committed Oct 8, 2024
1 parent 375b10d commit 3d47b40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM commonwealth
CMD NODE_ENV=production ./datadog-entrypoint.sh node --import=extensionless/register --max_old_space_size=$(./scripts/get-max-old-space-size.sh) build/server/workers/discordBot/discordListener.ts
CMD NODE_ENV=production ./datadog-entrypoint.sh node --import=extensionless/register --max_old_space_size=$(./scripts/get-max-old-space-size.sh) build/server/workers/discordBot/discordListener.js

0 comments on commit 3d47b40

Please sign in to comment.