This commit is contained in:
Elio Bischof
2025-07-23 12:25:55 +02:00
parent 6f003c081d
commit a79d2c1a01
8 changed files with 35 additions and 77 deletions

View File

@@ -1,5 +1,13 @@
target "typescript-proto-client" {
contexts = {
proto-files = "target:proto-files"
}
# login-standalone can extend the login-standalone target in apps/login/docker-bake.hcl
target "login-standalone" {
context = .
dockerfile = dockerfiles/login.Dockerfile
}
target "login-standalone-out" {
inherits = ["login-standalone"]
target = "build-out"
output = [
"type=local,dest=.artifacts/login"
]
}