Skip to content

Instantly share code, notes, and snippets.

@brunoksato
Created September 16, 2018 18:39
Show Gist options
  • Save brunoksato/10898a7097e858b05593f096f97bc99b to your computer and use it in GitHub Desktop.
Save brunoksato/10898a7097e858b05593f096f97bc99b to your computer and use it in GitHub Desktop.
Dockerrun.aws.json.template
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "<AWS_ACCOUNT_ID>.dkr.ecr.<AWS_REGION>.amazonaws.com/<NAME>:<TAG>",
"Update": "true"
},
"Ports": [
{
"ContainerPort": "<CONTAINER_PORT>"
}
],
"Volumes":[]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment