1 2 3 4 5
FROM node:alpine ENTRYPOINT ["/run.sh"] COPY bin/run.sh /run.sh RUN mkdir -p /repo VOLUME /repo