We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4c082 commit b977d79Copy full SHA for b977d79
Dockerfile
@@ -0,0 +1,4 @@
1
+FROM mcr.microsoft.com/powershell
2
+ARG ModuleName=EZOut
3
+COPY . ./usr/local/share/powershell/Modules/$ModuleName
4
+RUN pwsh -c "New-Item -Path /root/.config/powershell/Microsoft.PowerShell_profile.ps1 -Value 'Import-Module $ModuleName' -Force"
0 commit comments