FROM node:lts
WORKDIR /opt/project
CMD npm install && node receiver.js
