{
  "containerDefinitions": [
    {
      "name": "app",
      "image": "${build_image}",
      "memory": 256,
      "memoryReservation": 128,
      "portMappings": [
        {
          "containerPort": 3000
        }
      ]
    }
  ]
}