Files
SearchServices/e2e-test/qa/compatibility/Makefile
T
2019-03-25 10:56:35 +02:00

9 lines
262 B
Makefile

include ../Makefile
include .env
# CURRENT_DIR is the folder where this Makefile is saved
CURRENT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
start: ## 0 - starts search service with SSL enabled
$(dc) config && $(dc) up -d && \
make wait