Merged PR 18678: build(Makefile): start: exec instead of run
build(Makefile): start: exec instead of run
This commit is contained in:
commit
487069b29e
2
Makefile
2
Makefile
@ -69,7 +69,7 @@ compile-%:
|
|||||||
.PHONY: start
|
.PHONY: start
|
||||||
# HELP: start complete development environment with a fresh test database
|
# HELP: start complete development environment with a fresh test database
|
||||||
start: start-postgres start-maildev start-memcached start-minio start-backend
|
start: start-postgres start-maildev start-memcached start-minio start-backend
|
||||||
docker compose run backend make start
|
docker compose exec backend make start
|
||||||
.PHONY: start-%
|
.PHONY: start-%
|
||||||
# HELP(start-$SERVICE): start a given service
|
# HELP(start-$SERVICE): start a given service
|
||||||
start-%:
|
start-%:
|
||||||
|
|||||||
Reference in New Issue
Block a user