diff --git a/Makefile b/Makefile index 77815988d..bd281da99 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,10 @@ start: start-postgres start-maildev start-memcached start-minio start-backend start-%: docker compose up -d --build $* +.PHONY: shell-% +shell-%: + docker compose run $* + .PHONY: stop # HELP: stop all services stop: