kingoftime-cli/Dockerfile

7 lines
93 B
Docker

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