🛠 Allow to dev without starting LDAP Docker image
This commit is contained in:
parent
2f8758c865
commit
a3c49f248c
4
Makefile
4
Makefile
|
@ -29,10 +29,10 @@ test:
|
||||||
clean:
|
clean:
|
||||||
rm -rf lufi.db files/
|
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
|
$(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
|
sudo docker run --privileged -d -p 389:389 rroemhild/test-openldap; exit 0
|
||||||
|
|
||||||
devlog:
|
devlog:
|
||||||
|
|
Loading…
Reference in New Issue