Files
openldap/docker-bake.hcl

7 lines
102 B
HCL

target "openldap" {
context = "."
dockerfile = "Dockerfile"
tags = ["openldap:latest"]
}