mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 10:17:34 +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
|
custom-config.js
|
||||||
.env*.local
|
.env*.local
|
||||||
|
standalone
|
||||||
|
@@ -128,3 +128,11 @@ target "login-standalone" {
|
|||||||
}
|
}
|
||||||
tags = ["${LOGIN_TAG}"]
|
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