fixed entrypoint
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 25s

This commit is contained in:
roberts 2025-05-10 16:36:52 -05:00
parent a3b8a08fa4
commit af2397fc60

View file

@ -10,6 +10,4 @@ COPY . .
WORKDIR /app/bot WORKDIR /app/bot
ENTRYPOINT ["bash", "-c"] ENTRYPOINT ["bash", "-c", "echo 'Launching Cletus...'; node bot.js"]
CMD ["node", "bot.js"]