moe-counter / Dockerfile
Q78KG's picture
.
3064ef1
raw
history blame contribute delete
No virus
133 Bytes
FROM node:18
RUN git clone https://github.com/Hoshino-Yumetsuki/Moe-Counter.git
WORKDIR /Moe-Counter
RUN yarn
CMD [ "yarn", "start" ]