broke apprise notification function into its own module to be used by multiple scripts
Security / security (push) Successful in 58s
Security / security (push) Successful in 58s
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ USER 1000:1000
|
||||
WORKDIR /data
|
||||
COPY ["crontab", "/data/"]
|
||||
COPY --chmod=755 ["main.sh", "/data/"]
|
||||
COPY ["Start-DoneTickNotifier.ps1", "Start-DoneTickConsumer.ps1", "/data/"]
|
||||
COPY ["Start-DoneTickNotifier.ps1", "Start-DoneTickConsumer.ps1", "AppriseNotification.psm1", "/data/"]
|
||||
|
||||
ENTRYPOINT ["/data/main.sh"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user