FROM node:latest

WORKDIR /src/

CMD ["bash", "start.sh"]
