FROM node:22-bullseye COPY . . RUN npm i EXPOSE 3000 ENTRYPOINT ["node", "./src/index.js"]