skeleton ready
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM mcr.microsoft.com/powershell
|
||||
|
||||
WORKDIR /data
|
||||
ADD ["Start-DoneTickNotifier.ps1", "/data/"]
|
||||
|
||||
ENTRYPOINT ["pwsh", "-Command", "/data/Start-DoneTickNotifier.ps1"]
|
||||
Reference in New Issue
Block a user