mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
10 lines
154 B
HCL
10 lines
154 B
HCL
|
group "default" {
|
||
|
targets = ["build"]
|
||
|
}
|
||
|
|
||
|
target "build" {
|
||
|
dockerfile = "Dockerfile"
|
||
|
context = "."
|
||
|
targets = ["build"]
|
||
|
output = ["out"]
|
||
|
}
|