Is your feature request related to a problem? Please describe.
Docker build mode currently assumes the legacy docker-compose command is available. Newer Docker engine may only provide Docker Compose as the docker compose subcommand, causing auron-build.sh to fail with exec: docker-compose: not found.
Describe the solution you'd like
Update auron-build.sh to support Docker Compose v2 via docker compose, while keeping compatibility with the legacy docker-compose command.
Describe alternatives you've considered
No
Additional context
No
Is your feature request related to a problem? Please describe.
Docker build mode currently assumes the legacy
docker-composecommand is available. Newer Docker engine may only provide Docker Compose as thedocker composesubcommand, causingauron-build.shto fail withexec: docker-compose: not found.Describe the solution you'd like
Update
auron-build.shto support Docker Compose v2 viadocker compose, while keeping compatibility with the legacydocker-composecommand.Describe alternatives you've considered
No
Additional context
No