updating dockerfile for best practices
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
FROM mcr.microsoft.com/powershell
|
||||
|
||||
USER 1000:1000
|
||||
|
||||
WORKDIR /data
|
||||
ADD ["Start-DoneTickNotifier.ps1", "/data/"]
|
||||
COPY ["Start-DoneTickNotifier.ps1", "/data/"]
|
||||
|
||||
ENTRYPOINT ["pwsh", "-Command", "/data/Start-DoneTickNotifier.ps1"]
|
||||
Reference in New Issue
Block a user