Skip to content

Commit

Permalink
Fixed .hcl file
Browse files Browse the repository at this point in the history
Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
  • Loading branch information
Corgam committed Jun 9, 2024
1 parent 9e84eff commit 05e4048
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group "default" {
targets = ["frontend", "api-gateway", "datapipeline", "sql-database", "metadata-database"]
targets = ["frontend", "api-gateway", "api-composer", "datapipeline", "sql-database", "metadata-database"]
}

target "docker-metadata-action" {}
Expand All @@ -11,6 +11,12 @@ target "frontend" {
}

target "api-gateway" {
inherits = ["docker-metadata-action"]
context = "./backend/api-gateway"
dockerfile = "Dockerfile"
}

target "api-composer" {
inherits = ["docker-metadata-action"]
context = "./backend/src/BIE.Core"
dockerfile = "Dockerfile"
Expand Down

0 comments on commit 05e4048

Please sign in to comment.