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