bake standalone out

This commit is contained in:
Elio Bischof
2025-06-28 23:50:53 +02:00
parent 33eaa19ebf
commit 6b0adc1e1d
2 changed files with 9 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
custom-config.js
.env*.local
standalone

View File

@@ -128,3 +128,11 @@ target "login-standalone" {
}
tags = ["${LOGIN_TAG}"]
}
target "login-standalone-out" {
inherits = ["login-standalone"]
target = "login-standalone-out"
output = [
"type=local,dest=${LOGIN_DIR}apps/login/standalone"
]
}