File size: 58 Bytes
7296fc1
71ac0c7
 
 
1
2
3
4
5
FROM node:alpine
COPY . /app
WORKDIR /app
CMD node app.js