From ffd8424209fa7071305f6aacea05e9e159798685 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 18 Apr 2024 05:18:55 +0000 Subject: [PATCH] Run "deploy-commands.js" on startup could do this on deploy only, but I don't feel like figuring that out... --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65075b1..fe61023 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","bot.js", "deploy-commands.js" ] \ No newline at end of file