From f8476577d69864ce86a50bd6fffbc28fe57d7eab Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 18 Apr 2024 15:07:02 -0700 Subject: [PATCH] Revert "if at first you fail try again" This reverts commit 29d3299693d1324cb1fdc8d03ecf7b88c7e7ce60. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d309f6e..65075b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ WORKDIR /app RUN npm install -CMD [ "node", "deploy-commands.js", "&&", "node", "bot.js" ] \ No newline at end of file +CMD [ "node","bot.js" ] \ No newline at end of file