From 26831fde6e570e8b619bfe491d07cad42538d9f5 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 25 Nov 2024 16:19:25 +0100 Subject: [PATCH] build(Makefile): do not compile backend before start --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7904ddbb..a105940f6 100644 --- a/Makefile +++ b/Makefile @@ -254,7 +254,7 @@ endif fi # HELP(start-backend): start development instance ---start-backend: --compile-backend +--start-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` ; \