action-notify-ntfy/Dockerfile

9 lines
107 B
Docker
Raw Normal View History

FROM alpine
RUN true && \
apk add --no-cache curl
COPY entrypoint.sh /
ENTRYPOINT ["entrypoint.sh"]