Created
September 16, 2018 18:39
-
-
Save brunoksato/10898a7097e858b05593f096f97bc99b to your computer and use it in GitHub Desktop.
Dockerrun.aws.json.template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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