Added Docker bake file.
This commit is contained in:
6
docker-bake.hcl
Normal file
6
docker-bake.hcl
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
target "openldap" {
|
||||||
|
context = "."
|
||||||
|
dockerfile = "Dockerfile"
|
||||||
|
tags = ["openldap:latest"]
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user