build(Makefile): compile-backend before start-backend for bin

This commit is contained in:
Sarah Vaupel 2024-11-17 00:37:39 +01:00
parent 1018e9dac5
commit 891a6e7c64

View File

@ -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` ; \