Skip to content

Commit d045ec7

Browse files
author
James Brundage
committed
fix: Updating PipeScript.ps.dockerfile ( re #662 )
Using -NoLogo Entry Point
1 parent 8d2d466 commit d045ec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PipeScript.ps.dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ SHELL ["pwsh", "-noprofile", "-nologo", "-command"]
4646
# if ($Microservice) { "RUN Add-Content -Path \`$Profile -Value $Microservice" }
4747
#}
4848

49+
ENTRYPOINT ["pwsh","-nologo"]

0 commit comments

Comments
 (0)