Skip to content

Commit

Permalink
fix: Updating PipeScript.ps.dockerfile ( re #662 )
Browse files Browse the repository at this point in the history
Using -NoLogo Entry Point
  • Loading branch information
James Brundage committed May 8, 2024
1 parent 8d2d466 commit d045ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PipeScript.ps.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ SHELL ["pwsh", "-noprofile", "-nologo", "-command"]
# if ($Microservice) { "RUN Add-Content -Path \`$Profile -Value $Microservice" }
#}

ENTRYPOINT ["pwsh","-nologo"]

0 comments on commit d045ec7

Please sign in to comment.