mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 06:57:33 +00:00
bake standalone out
This commit is contained in:
1
apps/login/.gitignore
vendored
1
apps/login/.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
custom-config.js
|
||||
.env*.local
|
||||
standalone
|
||||
|
@@ -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"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user