🛠 Fix LDAP starting for dev
This commit is contained in:
parent
a3c49f248c
commit
cf094d4f34
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue