build(Makefile): do not compile backend before start

This commit is contained in:
Sarah Vaupel 2024-11-25 16:19:25 +01:00
parent ebbf52dd15
commit 26831fde6e

View File

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