4 lines
136 B
PowerShell
4 lines
136 B
PowerShell
$ErrorActionPreference = "Stop"
|
|
Set-Location (Split-Path $PSScriptRoot -Parent)
|
|
docker compose logs -f backend runtime schedule gateway
|