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