7 lines
195 B
PowerShell
7 lines
195 B
PowerShell
$ErrorActionPreference = "Stop"
|
|
|
|
$projectRoot = (Resolve-Path (Join-Path $PSScriptRoot "..")).Path
|
|
Set-Location -LiteralPath $projectRoot
|
|
|
|
docker compose -f compose.yaml -f compose.dev.yaml down
|