build(Makefile): add shell-$SERVICE target
This commit is contained in:
parent
cd8a7a8322
commit
020486819f
4
Makefile
4
Makefile
@ -75,6 +75,10 @@ start: start-postgres start-maildev start-memcached start-minio start-backend
|
|||||||
start-%:
|
start-%:
|
||||||
docker compose up -d --build $*
|
docker compose up -d --build $*
|
||||||
|
|
||||||
|
.PHONY: shell-%
|
||||||
|
shell-%:
|
||||||
|
docker compose run $*
|
||||||
|
|
||||||
.PHONY: stop
|
.PHONY: stop
|
||||||
# HELP: stop all services
|
# HELP: stop all services
|
||||||
stop:
|
stop:
|
||||||
|
|||||||
Reference in New Issue
Block a user