FROM shared

ADD post-logic.js .
ADD post-service.js .

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

