diff --git a/Dockerfile b/Dockerfile index 65075b1..b16c0b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,5 @@ WORKDIR /app RUN npm install +CMD [ "node","deploy-commands.js" ] CMD [ "node","bot.js" ] \ No newline at end of file