{
  "AWSEBDockerrunVersion": "1",
  "Authentication": {
    "Bucket": "somebucket",
    "Key": "config/dockerhub/dockerhub-auth.json"
  },
  "Image": {
    "Name": "testapp/web{{TAG}}",
    "Update": "true"
  },
  "Ports": [
    {
      "HostPort": "80",
      "ContainerPort": "3000"
    }
  ]
}