remove duplicated tasks

This commit is contained in:
Paul Brodner
2019-03-25 10:56:35 +02:00
parent 9cbda9b6d7
commit 888941ab94

View File

@@ -6,13 +6,4 @@ CURRENT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
start: ## 0 - starts search service with SSL enabled
$(dc) config && $(dc) up -d && \
make wait
wait:
$(helpers)/wait-service-to-start.sh
clean:
$(dc) kill && $(dc) rm -fv
logs:
$(dc) logs -f
make wait