Q78KG commited on
Commit
3064ef1
1 Parent(s): 9900ab1
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM node:18
2
- RUN git clone https://github.com/journey-ad/Moe-Counter.git
3
  WORKDIR /Moe-Counter
4
  RUN yarn
5
  CMD [ "yarn", "start" ]
 
1
  FROM node:18
2
+ RUN git clone https://github.com/Hoshino-Yumetsuki/Moe-Counter.git
3
  WORKDIR /Moe-Counter
4
  RUN yarn
5
  CMD [ "yarn", "start" ]