Added Docker bake file.

This commit is contained in:
2026-05-04 07:32:24 +02:00
parent 754504ff68
commit fab0f268d3

6
docker-bake.hcl Normal file
View File

@@ -0,0 +1,6 @@
target "openldap" {
context = "."
dockerfile = "Dockerfile"
tags = ["openldap:latest"]
}