Q78KG commited on
Commit
42fcc9d
1 Parent(s): b28bf51
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM node
2
+ RUN git clone https://github.com/journey-ad/Moe-Counter.git
3
+ WORKDIR /Moe-Counter
4
+ RUN yarn
5
+ CMD [ "yarn", "start" ]