1 2 3 4 5 6 7 8 9
FROM node:20-slim COPY package.json . COPY package-lock.json . COPY src/ ./src RUN npm install CMD node src/