9 lines
128 B
HCL
9 lines
128 B
HCL
|
group "default" {
|
||
|
targets = [ "caas" ]
|
||
|
}
|
||
|
|
||
|
target "caas" {
|
||
|
dockerfile = "caas.Dockerfile"
|
||
|
tags = [ "caas:latest" ]
|
||
|
}
|