Spaces:
Paused
Paused
| Param( | |
| [switch]$Build | |
| ) | |
| Set-Location -Path (Split-Path -Parent $MyInvocation.MyCommand.Definition) | |
| if ($Build) { | |
| docker compose build | |
| } | |
| docker compose up -d | |
| Write-Host "ai-service is starting. Use 'docker compose logs -f' to follow logs." | |