FROM shared

ADD follow-logic.js .
ADD follow-service.js .

CMD ["node", "follow-service.js"]

