Skip to content

Commit e427c21

Browse files
committed
Pass correct command to UI ECS task
1 parent 225b4ef commit e427c21

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/ui/ecs_ui_backend.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ resource "aws_ecs_task_definition" "ui_backend" {
2424
"awslogs-stream-prefix" : "ui_backend"
2525
}
2626
}
27+
command = [
28+
"/opt/latest/bin/python3",
29+
"-m",
30+
"services.ui_backend_service.ui_server"
31+
]
2732
}
2833
])
2934

0 commit comments

Comments
 (0)