FROM node:21 WORKDIR /usr/src/app COPY . /usr/src/app/ RUN npm install CMD ["node", "index.js"]