File size: 133 Bytes
9900ab1
3064ef1
42fcc9d
 
 
1
2
3
4
5
FROM node:18
RUN git clone https://github.com/Hoshino-Yumetsuki/Moe-Counter.git
WORKDIR /Moe-Counter
RUN yarn
CMD [ "yarn", "start" ]