We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf56ed commit e0beb27Copy full SHA for e0beb27
1 file changed
Dockerfile
@@ -0,0 +1,4 @@
1
+FROM mcr.microsoft.com/powershell
2
+ARG ModuleName=Irregular
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