Files
monica/scripts/docker/Makefile
T
Alexis Saettler 851ba981f6 Docker run real cron (#906)
* Use crontab for schedules
* Update apache conf file
* Clean composer cache after installation
* Clean apk cache after installation
2018-02-22 22:27:36 +01:00

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