7 lines
102 B
HCL
7 lines
102 B
HCL
target "openldap" {
|
|
context = "."
|
|
dockerfile = "Dockerfile"
|
|
tags = ["openldap:latest"]
|
|
}
|
|
|