Files
Addlicense/testdata/initial/file.hcl
CrazyMax 5be3beef79 Add hcl extension
Signed-off-by: CrazyMax <google@crazymax.dev>
2021-08-09 12:45:59 -07:00

9 lines
119 B
HCL

group "default" {
targets = ["build"]
}
target "build" {
dockerfile = "./Dockerfile"
output = ["type=docker"]
}