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