From e647787170f95ad36a6cc0ab2cdbb68ed5327cb9 Mon Sep 17 00:00:00 2001 From: leo <260626284+cameledev@users.noreply.github.com> Date: Wed, 25 Feb 2026 10:47:48 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F(devex)=20run=20service=20as?= =?UTF-8?q?=20part=20of=20make=20bootstrap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add run to make bootstrap, thus starting the service. This fixes a mismatch with development documentation. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 177d7214..e931fd75 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,8 @@ bootstrap: \ demo \ back-i18n-compile \ mails-install \ - mails-build + mails-build \ + run .PHONY: bootstrap # -- Docker/compose