FROM appleboy/drone-telegram ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh WORKDIR /github/workspace ENTRYPOINT ["/entrypoint.sh"]