FROM alpine:latest WORKDIR /root RUN apk update \ && apk add bash curl jq COPY bml-tg-notify.sh . CMD ["./bml-tg-notify.sh"]