backend icon indicating copy to clipboard operation
backend copied to clipboard

chore(Makefile): Use in-built compose for docker

Open nfebe opened this issue 1 year ago • 0 comments

docker-compose is now an integral part of docker an no longer has an independent binary.

The new way to use docker-compose is via docker compose, docker-compose still works but users who want to keep using the utility can set aliases.

This would prevent this script from forcing contributors to install legacy tooling without need.

nfebe avatar Jul 23 '24 23:07 nfebe