diff --git a/Dockerfile b/Dockerfile index 08de148..3000a28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ FROM node:20-alpine WORKDIR /app COPY --from=builder /app/node_modules ./node_modules COPY . . -CMD ["node", "src/bot.js"] \ No newline at end of file +CMD ["npm", "start"] \ No newline at end of file