FROM node:20 WORKDIR /root/kot ADD . . RUN npm install RUN npm install -g ENTRYPOINT ["kot"]