Q78KG commited on
Commit
9900ab1
1 Parent(s): 52e76ad
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node
2
  RUN git clone https://github.com/journey-ad/Moe-Counter.git
3
  WORKDIR /Moe-Counter
4
  RUN yarn
 
1
+ FROM node:18
2
  RUN git clone https://github.com/journey-ad/Moe-Counter.git
3
  WORKDIR /Moe-Counter
4
  RUN yarn