From 0b15a7f144408981280131c17b2be0084ad49f4d Mon Sep 17 00:00:00 2001 From: KonstantAnxiety <58992437+KonstantAnxiety@users.noreply.github.com> Date: Wed, 19 Jun 2024 20:08:56 +0300 Subject: [PATCH] Fix path to app configs in the sources bake (#499) --- docker_build/bake_sources.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_build/bake_sources.hcl b/docker_build/bake_sources.hcl index 27f6512e2..380b23ebc 100644 --- a/docker_build/bake_sources.hcl +++ b/docker_build/bake_sources.hcl @@ -47,7 +47,7 @@ target "dl_src_app" { target "dl_app_configs" { contexts = { - app_configs = "${DL_B_PROJECT_ROOT}/app/app_configs" + app_configs = "${DL_B_SOURCES_ROOT}/app/app_configs" } dockerfile-inline = dl_dockerfile_prepare_src([ { cmd = "copy", ctx = "app_configs", target_path = "app_configs" },