This Makefile provides a convenient way to run Docker Compose commands with Composer, PHP, and Symfony Console commands within a Docker container.
make composer <composer-command> <args>
make php <command> <args>
make console <command> <args>
make npm <command> <args>
make node <command> <args>