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: