From 891a6e7c6478550ae69e07eb843088b059dce1a0 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 17 Nov 2024 00:37:39 +0100 Subject: [PATCH] build(Makefile): compile-backend before start-backend for bin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff73bd03e..f5089025d 100644 --- a/Makefile +++ b/Makefile @@ -254,7 +254,7 @@ endif fi # HELP(start-backend): start development instance ---start-backend: +--start-backend: --compile-backend export DEV_PORT_HTTP=`cat $(CONTAINER_FILE) | grep 'DEV_PORT_HTTP=' | sed 's/DEV_PORT_HTTP=//'`; \ export DEV_PORT_HTTPS=`cat $(CONTAINER_FILE) | grep 'DEV_PORT_HTTPS=' | sed 's/DEV_PORT_HTTPS=//'`; \ export HOST=`hostname -s` ; \