Skip to content

Commit 3f4a4ba

Browse files
committedJul 8, 2022
attempted fix: point to filipsch/sqsd without specifying container command
1 parent 8fba555 commit 3f4a4ba

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed
 

‎ecs.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,9 @@
5252
},
5353
{
5454
"containerName": "rdoc-app-sqsd",
55-
"containerURI": "487088987264.dkr.ecr.us-east-1.amazonaws.com/sqsd:latest",
55+
"containerURI": "filipsch/sqsd:latest",
5656
"memoryReservation": 128,
57-
"essential": true,
58-
"containerCommand": [
59-
"bash",
60-
"-c",
61-
"eval $(aws-env) && node run-cli.js"
62-
]
57+
"essential": true
6358
}
6459
]
6560
}

0 commit comments

Comments
 (0)
Please sign in to comment.