Files
cortex/scripts/stop-test-web.ps1

7 lines
199 B
PowerShell

. "$PSScriptRoot\lib\common.ps1"
Write-Step "Stopping optional Cortex test web UI"
Assert-Docker
$webStopArgs = @("--profile", "ui", "stop", "cortex-test-web")
Invoke-CortexTestCompose @webStopArgs