drone-ntfy/Dockerfile
2022-12-16 19:53:06 -05:00

6 lines
119 B
Docker

FROM alpine
COPY main.sh /bin/
RUN chmod +x /bin/main.sh
RUN apk -Uuv add curl ca-certificates
ENTRYPOINT /bin/main.sh