add build automation
This commit is contained in:
parent
fd739ba9e6
commit
7bd20d3495
6
openldap/Makefile
Normal file
6
openldap/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
DOCKER ?= docker
|
||||||
|
IMAGE ?= unit/slapd
|
||||||
|
|
||||||
|
.PHONY: build
|
||||||
|
build:
|
||||||
|
$(DOCKER) build -t $(IMAGE) .
|
Loading…
Reference in New Issue
Block a user