Skip to content

Commit

Permalink
Fix path to app configs in the sources bake (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety authored Jun 19, 2024
1 parent a036d7e commit 0b15a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_build/bake_sources.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 0b15a7f

Please sign in to comment.