Skip to content

Commit 8d2d466

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
fix: Updating PipeScript.ps.dockerfile ( re #662 )
Fixing Imports
1 parent 53f8d8f commit 8d2d466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY ./ ./usr/local/share/powershell/Modules/PipeScript
1313
SHELL ["pwsh", "-noprofile", "-nologo", "-command"]
1414

1515

16-
RUN @(Install-Module 'Splatter','PSSVG','ugit','Irregular' -AcceptLicense -Scope CurrentUser -Force && New-Item -ItemType File -Path \$Profile -Force | Add-Content -Value 'Import-Module Splatter','PSSVG','ugit','Irregular','PipeScript')
16+
RUN @(Install-Module 'Splatter','PSSVG','ugit','Irregular' -AcceptLicense -Scope CurrentUser -Force && New-Item -ItemType File -Path \$Profile -Force | Add-Content -Value "Import-Module 'Splatter','PSSVG','ugit','Irregular','PipeScript'")
1717

1818

1919
COPY ./Http.Server.Start.ps1 ./Http.Server.Start.ps1

0 commit comments

Comments
 (0)