Install nut-notify script in container image
All checks were successful
ContainerImages/nut/pipeline/head This commit looks good

This commit is contained in:
2024-01-19 17:33:31 -06:00
parent c13ac75995
commit 658c370f5c

View File

@@ -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"]