FROM node:18 RUN git clone https://github.com/Hoshino-Yumetsuki/Moe-Counter.git WORKDIR /Moe-Counter RUN yarn CMD [ "yarn", "start" ]