mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
9 lines
262 B
Makefile
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
|