From a3c49f248cde0f8ad58b6546e0243ffc4ddbbbf2 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Tue, 30 Jul 2019 08:06:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Allow=20to=20dev=20without=20sta?= =?UTF-8?q?rting=20LDAP=20Docker=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a6f709b..28da8a6 100644 --- a/Makefile +++ b/Makefile @@ -29,10 +29,10 @@ test: clean: rm -rf lufi.db files/ -dev: clean devldap +dev: clean $(CARTON) morbo $(LUFI) --listen http://0.0.0.0:3000 --watch lib/ --watch script/ --watch themes/ --watch lufi.conf -devldap: +devldap: dev sudo docker run --privileged -d -p 389:389 rroemhild/test-openldap; exit 0 devlog: