Revert "if at first you fail try again"

This reverts commit 29d3299693d1324cb1fdc8d03ecf7b88c7e7ce60.
This commit is contained in:
Quaternions 2024-04-18 15:07:02 -07:00
parent 29d3299693
commit f8476577d6

@ -6,4 +6,4 @@ WORKDIR /app
RUN npm install
CMD [ "node", "deploy-commands.js", "&&", "node", "bot.js" ]
CMD [ "node","bot.js" ]