Remove jobs from the Dockerfile as it's not used.

Change the events queue name to "sqs"
This commit is contained in:
Eugene Dementyev
2023-07-15 22:41:59 +12:00
parent b601136754
commit 7b62ff9d50
2 changed files with 1 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ target "app" {
// use matrix strategy to build several targets at once
matrix = {
tgt = ["app", "scheduler", "jobs", "events"]
tgt = ["app", "scheduler", "events"]
}
context = "./"
// set the target from matrix