From a36ad491338ea9839c1a5e76a1dc9a21630f4cac Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 29 Jul 2019 23:28:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Start=20LDAP=20docker?= =?UTF-8?q?=20image=20when=20launching=20`make=20dev`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e594fa1..a6f709b 100644 --- a/Makefile +++ b/Makefile @@ -29,9 +29,12 @@ test: clean: rm -rf lufi.db files/ -dev: clean +dev: clean devldap $(CARTON) morbo $(LUFI) --listen http://0.0.0.0:3000 --watch lib/ --watch script/ --watch themes/ --watch lufi.conf +devldap: + sudo docker run --privileged -d -p 389:389 rroemhild/test-openldap; exit 0 + devlog: multitail log/development.log