File size: 94 Bytes
eaada9a
 
 
 
 
 
 
 
7706e15
1
2
3
4
5
6
7
8
9
10
FROM node:latest

COPY package.json .

RUN npm install

EXPOSE 7860

CMD ["node", "index.js"]