Revert "if at first you fail try again" #12

Merged
Quaternions merged 1 commits from quaternions-patch-1 into master 2024-04-18 22:10:14 +00:00

Protected View File

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