File size: 66 Bytes
82a127c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
FROM node:18

COPY . /app

WORKDIR /app

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