851ba981f6
* Use crontab for schedules * Update apache conf file * Clean composer cache after installation * Clean apk cache after installation
11 lines
175 B
Makefile
11 lines
175 B
Makefile
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
|
|
|
test_server: waitfordb
|
|
$(ROOT_DIR)/test-server.sh
|
|
|
|
shell:
|
|
/bin/sh
|
|
|
|
waitfordb:
|
|
$(ROOT_DIR)/waitfordb.sh
|