Skip to content

Commit

Permalink
Fixed docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisassad committed Sep 30, 2024
1 parent 650545f commit ce19187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM discord-bot
CMD ./datadog-entrypoint.sh NODE_ENV=production node --import=extensionless/register ./build/discord-consumer/discordConsumer.js
CMD NODE_ENV=production ./datadog-entrypoint.sh node --import=extensionless/register ./build/discord-consumer/discordConsumer.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM discord-bot
CMD ./datadog-entrypoint.sh NODE_ENV=production node --import=extensionless/register ./build/discord-listener/discordListener.js
CMD NODE_ENV=production ./datadog-entrypoint.sh node --import=extensionless/register ./build/discord-listener/discordListener.js

0 comments on commit ce19187

Please sign in to comment.