Install nut-notify script in container image
ContainerImages/nut/pipeline/head This commit looks good Details

main
Dustin 2024-01-19 17:33:31 -06:00
parent c13ac75995
commit 658c370f5c
1 changed files with 2 additions and 0 deletions

View File

@ -8,4 +8,6 @@ RUN --mount=type=cache,target=/var/cache \
COPY start.sh / COPY start.sh /
COPY nut-notify.sh /usr/local/libexec/nut-notify
CMD ["/start.sh"] CMD ["/start.sh"]