🛠 Fix LDAP starting for dev

This commit is contained in:
Luc Didry 2019-07-30 14:06:21 +02:00
parent a3c49f248c
commit cf094d4f34
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
1 changed files with 3 additions and 1 deletions

View File

@ -32,9 +32,11 @@ clean:
dev: clean
$(CARTON) morbo $(LUFI) --listen http://0.0.0.0:3000 --watch lib/ --watch script/ --watch themes/ --watch lufi.conf
devldap: dev
ldap:
sudo docker run --privileged -d -p 389:389 rroemhild/test-openldap; exit 0
ldapdev: ldap dev
devlog:
multitail log/development.log