mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 22:27:22 +00:00
Remove jobs from the Dockerfile as it's not used.
Change the events queue name to "sqs"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user