skeleton ready
Build and Push Docker Image / build (push) Successful in 1m2s

This commit is contained in:
2026-05-06 22:24:34 -05:00
parent 7b59f854db
commit d06bed555c
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"]