in src/constructs/ecs/ecs-task.ts [222:230]
image: getContainer(containerConfiguration),
entryPoint: taskCommand ? ["/bin/sh"] : undefined,
command: taskCommand ? ["-c", taskCommand] : undefined, // if unset, falls back to CMD in docker file, or no command will be run
cpu,
memoryLimitMiB: memory,
logging: LogDrivers.awsLogs({
streamPrefix: app,
logRetention: 14,
}),