File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ locals {
6565 container_definitions_map = {
6666 for svc , def in local . task_definitions_with_roles : svc => [
6767 {
68- name = svc
69- image = svc == " api-dev" ? " ${ local . ecr_repo_urls [" dev" ]} :placeholder" : def.container_image
70- cpu = def.cpu
71- memory = def.memory
72- essential = true
68+ name = svc
69+ image = svc == " api-dev" ? " ${ local . ecr_repo_urls [" dev" ]} :placeholder" : def.container_image
70+ cpu = def.cpu
71+ memory = def.memory
72+ essential = true
7373 stopTimeout = lookup (def, " stop_timeout" , 30 )
74- command = svc == " api-dev" ? [
75- " java " ,
74+ entryPoint = svc == " api-dev" ? [" java " ] : null
75+ command = svc == " api-dev " ? [
7676 " -javaagent:/app/dd-java-agent.jar" ,
7777 " -Ddd.service=eatda-api" ,
7878 " -Ddd.env=dev" ,
You can’t perform that action at this time.
0 commit comments