FROM node:latest WORKDIR /app COPY . /app CMD ["node", "bot.js"]