Skip to content

Commit

Permalink
feat: EZOut Dockerfile ( Fixes #213 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating committed Apr 16, 2024
1 parent 9f4c082 commit b977d79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM mcr.microsoft.com/powershell
ARG ModuleName=EZOut
COPY . ./usr/local/share/powershell/Modules/$ModuleName
RUN pwsh -c "New-Item -Path /root/.config/powershell/Microsoft.PowerShell_profile.ps1 -Value 'Import-Module $ModuleName' -Force"

0 comments on commit b977d79

Please sign in to comment.