File size: 62 Bytes
8d6971a
 
 
 
 
 
1
2
3
4
5
6
FROM node:latest

COPY . .

RUN npm install
CMD node index.mjs