Skip to content

Instantly share code, notes, and snippets.

@kevherro
Created August 17, 2019 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevherro/15b24c21053c338bca52cb58ac1f3ba9 to your computer and use it in GitHub Desktop.
Save kevherro/15b24c21053c338bca52cb58ac1f3ba9 to your computer and use it in GitHub Desktop.
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "<AWS_ACCOUNT_ID>.dkr.ecr.<AWS_REGION>.amazonaws.com/<NAME>:<TAG>",
"Update": "true"
},
"Ports": [
{
"ContainerPort": "<CONTAINER_PORT>"
}
],
"Volumes": [
{
"HostDirectory": "<HOST_DIR>",
"ContainerDirectory": "<CONTAINER_DIR>"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment