diff --git a/Dockerfile b/Dockerfile index 750b293..8a04f15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,4 @@ COPY . . WORKDIR /app/bot -ENTRYPOINT ["bash", "-c"] - -CMD ["node", "bot.js"] \ No newline at end of file +ENTRYPOINT ["bash", "-c", "echo 'Launching Cletus...'; node bot.js"]