action-notify-ntfy/Dockerfile

9 lines
108 B
Docker
Raw Permalink Normal View History

FROM alpine
RUN true && \
apk add --no-cache curl
COPY entrypoint.sh /
2023-03-27 20:33:48 +00:00
ENTRYPOINT ["/entrypoint.sh"]