FROM shared

ADD api-service.js .

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

