You've already forked DataMate
feature: 增加对redis未部署时异常捕获 (#131)
* feature: 增加download-deer-flow * feature: 增加对redis未部署时异常捕获 * feature: clean code
This commit is contained in:
8
Makefile
8
Makefile
@@ -464,6 +464,14 @@ download:
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
DEER_FLOW_IMAGES := \
|
||||
deer-flow-backend \
|
||||
deer-flow-frontend
|
||||
|
||||
.PHONY: download-deer-flow
|
||||
download-deer-flow:
|
||||
$(MAKE) download DOWNLOAD_IMAGES="$(DEER_FLOW_IMAGES)"
|
||||
|
||||
# Load all downloaded images from dist/ directory
|
||||
.PHONY: load-images
|
||||
load-images:
|
||||
|
||||
Reference in New Issue
Block a user