blob: b1eb983c9094d63290dc143553f9cb9268022e54 [file] [log] [blame]
NAME = osixia/extend-osixia-openldap
VERSION = 0.1.0
.PHONY: all build build-nocache
all: build
build:
docker build -t $(NAME):$(VERSION) --rm .
build-nocache:
docker build -t $(NAME):$(VERSION) --no-cache --rm .