$ErrorActionPreference = "Inquire" $srcPath = (Join-Path $PSScriptRoot "src") Push-Location (Join-Path $srcPath "RunnersMeet.Client") ng build --configuration production git restore -- :/src/RunnersMeet.Server/wwwroot/.gitkeep Pop-Location Push-Location $srcPath docker build -t executry/runners-meet . Pop-Location