FROM node:20.8.1 WORKDIR /app COPY ./ . RUN npm install ENTRYPOINT ["node", "script.js"]