diff --git a/Containerfile b/Containerfile index 4ade1ad..6edd20f 100644 --- a/Containerfile +++ b/Containerfile @@ -8,4 +8,6 @@ RUN --mount=type=cache,target=/var/cache \ COPY start.sh / +COPY nut-notify.sh /usr/local/libexec/nut-notify + CMD ["/start.sh"]