Files
donetick-notifier/Dockerfile
T
kelly d06bed555c
Build and Push Docker Image / build (push) Successful in 1m2s
skeleton ready
2026-05-06 22:24:34 -05:00

6 lines
162 B
Docker

FROM mcr.microsoft.com/powershell
WORKDIR /data
ADD ["Start-DoneTickNotifier.ps1", "/data/"]
ENTRYPOINT ["pwsh", "-Command", "/data/Start-DoneTickNotifier.ps1"]