Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Sullivan committed Sep 29, 2020
1 parent 297a50e commit 520213e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM microsoft/powershell

ADD ["entrypoint.ps1", "/data/"]

ENTRYPOINT /data/entrypoint.ps1
ENTRYPOINT ["/data/entrypoint.ps1"]
7 changes: 4 additions & 3 deletions entrypoint.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env pwsh

echo $args[0]
echo $args[1]

Write-Host $env:modulePath
Write-Host $args[0]
Write-Host $args[1]
Write-Host hi
#Publish-Module -Path $env:MODULE_PATH -NuGetApiKey $env:NUGET_API_KEY

0 comments on commit 520213e

Please sign in to comment.