This commit is contained in:
parent
a3b8a08fa4
commit
af2397fc60
1 changed files with 1 additions and 3 deletions
|
|
@ -10,6 +10,4 @@ COPY . .
|
|||
WORKDIR /app/bot
|
||||
|
||||
|
||||
ENTRYPOINT ["bash", "-c"]
|
||||
|
||||
CMD ["node", "bot.js"]
|
||||
ENTRYPOINT ["bash", "-c", "echo 'Launching Cletus...'; node bot.js"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue