Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Jul 28, 2024
1 parent 17c3108 commit 58f352c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function Wait-ForContainer {
elseif ((Get-Date) -gt $startTime.AddSeconds($timeout)) {
Write-Host "Timed out waiting for container '$containerName' to be healthy."
& docker logs sql
& ls -lstar /opt/mssql
exit 1
}

Expand Down

0 comments on commit 58f352c

Please sign in to comment.