FROM node:20 COPY . . RUN npm i CMD ["node", "chat.js"]