Add logs target in openldap Makefile

refactor
blallo 2020-11-11 22:24:11 +01:00
parent 166b542846
commit d024232d66
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ prepare:
run-bg:
make prepare
.PHONY: logs
logs:
docker logs -f phi_slapd
.PHONY: stop
stop: is-running
docker stop $(CONTAINER)