File size: 209 Bytes
d1f13ff
 
 
924b70f
d1f13ff
924b70f
d1f13ff
1
2
3
4
5
6
7
8
# Hot-reload stack: Mongo + uvicorn --reload + Vite — http://localhost:5173
Set-Location (Join-Path $PSScriptRoot '..')
if ($args.Count -eq 0) {
  docker compose up --build
} else {
  docker compose @args
}