From 658c370f5cd95a6ca37bfe6b6624b5d2d38a3a26 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 19 Jan 2024 17:33:31 -0600 Subject: [PATCH] Install nut-notify script in container image --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) 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"]