mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:49:35 +00:00
use local zitadel
This commit is contained in:
4
Makefile
4
Makefile
@@ -185,4 +185,8 @@ login-ensure-remote:
|
||||
|
||||
export LOGIN_DIR := ./login/
|
||||
export LOGIN_BAKE_CLI_ADDITIONAL_ARGS := --set login-*.context=./login/ --file ./docker-bake.hcl
|
||||
export ZITADEL_TAG := "$(ZITADEL_IMAGE)"
|
||||
include login/Makefile
|
||||
|
||||
login-test-acceptance-build: docker_image login-test-acceptance-build-compose login-test-acceptance-build-bake
|
||||
@:
|
||||
|
@@ -1,3 +1,7 @@
|
||||
target "zitadel" {
|
||||
dockerfile = "build/Dockerfile"
|
||||
}
|
||||
|
||||
target "typescript-proto-client" {
|
||||
contexts = {
|
||||
proto-files = "target:proto-files"
|
||||
@@ -12,3 +16,4 @@ target "typescript-proto-client-out" {
|
||||
"type=local,dest=login/packages/zitadel-proto"
|
||||
]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user