Skip to content
Snippets Groups Projects
Verified Commit 00765e03 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[PicaLDAP] Clean unused files

parent 684d1233
No related branches found
No related tags found
1 merge request!42Pica openldap dev
NAME = pica/openldap
VERSION = 0.0.1
.PHONY: all build build-nocache
all: build tag-latest
build:
docker build -t $(NAME):$(VERSION) --rm .
build-nocache:
docker build -t $(NAME):$(VERSION) --no-cache --rm .
tag-latest:
docker tag $(NAME):$(VERSION) $(NAME):latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment