ADD file:685b5edadf1d5bf0aeb2aec35f810d83876e6d2ea0903b213f75a9c5f0dc5901 in / |
CMD ["/bin/sh"] |
ENV CRONICLE_foreground=1 |
ENV CRONICLE_echo=1 |
ENV CRONICLE_color=1 |
ENV EDITOR=vi |
ENV MODE=manager |
RUN /bin/sh -c apk update && apk add bash tini git procps nodejs npm # buildkit |
RUN /bin/sh -c git clone https://github.com/cronicle-edge/cronicle-edge.git /opt/cronicle # buildkit |
WORKDIR /opt/cronicle |
RUN /bin/sh -c npm install # buildkit |
RUN /bin/sh -c node bin/build dist # buildkit |
COPY run.sh / # buildkit |
RUN /bin/sh -c chmod +x /run.sh # buildkit |
RUN /bin/sh -c mkdir /config # buildkit |
EXPOSE map[3012/tcp:{}] |
ENTRYPOINT ["/sbin/tini" "--"] |
CMD ["/run.sh"] |