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