mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
remove duplicated tasks
This commit is contained in:
@@ -6,13 +6,4 @@ CURRENT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
|||||||
|
|
||||||
start: ## 0 - starts search service with SSL enabled
|
start: ## 0 - starts search service with SSL enabled
|
||||||
$(dc) config && $(dc) up -d && \
|
$(dc) config && $(dc) up -d && \
|
||||||
make wait
|
make wait
|
||||||
|
|
||||||
wait:
|
|
||||||
$(helpers)/wait-service-to-start.sh
|
|
||||||
|
|
||||||
clean:
|
|
||||||
$(dc) kill && $(dc) rm -fv
|
|
||||||
|
|
||||||
logs:
|
|
||||||
$(dc) logs -f
|
|
Reference in New Issue
Block a user