FROM node:latest ADD api /api RUN cd /api && yarn RUN chmod +x /api/start.sh ENTRYPOINT ["/api/start.sh"]