build(Makefile): compile-backend before start-backend for bin
This commit is contained in:
parent
1018e9dac5
commit
891a6e7c64
2
Makefile
2
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` ; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user