skeleton ready

This commit is contained in:
2026-05-06 22:24:34 -05:00
parent 7b59f854db
commit 66b9730108
9 changed files with 323 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM mcr.microsoft.com/powershell
WORKDIR /data
ADD ["Start-DoneTickNotifier.ps1", "/data/"]
ENTRYPOINT ["pwsh", "-Command", "/data/Start-DoneTickNotifier.ps1"]