Skip to content

Commit b977d79

Browse files
feat: EZOut Dockerfile ( Fixes #213 )
1 parent 9f4c082 commit b977d79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)