build(Makefile): do not compile backend before starting yesod-devel
This commit is contained in:
parent
024d29fba8
commit
f92ae96eb2
2
Makefile
2
Makefile
@ -251,7 +251,7 @@ endif
|
||||
fi
|
||||
|
||||
# HELP(start-backend): start yesod-devel 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` ; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user