From f5d701a8715a94a1770f8bfd6810a7b0c50614dd Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 25 Mar 2025 17:41:07 +0100 Subject: [PATCH] build(Makefile): start: exec instead of run --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2be45eb0..2a4856359 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ compile-%: .PHONY: start # HELP: start complete development environment with a fresh test database 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-% # HELP(start-$SERVICE): start a given service start-%: