Skip to content

Instantly share code, notes, and snippets.

@rochacon
Created May 16, 2014 08:01
Show Gist options
  • Save rochacon/710e7e88a641b682b089 to your computer and use it in GitHub Desktop.
Save rochacon/710e7e88a641b682b089 to your computer and use it in GitHub Desktop.
Deploy s3stub to AWS Elastic Beanstalk
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "rochacon/s3stub"
},
"Ports": [
{"ContainerPort": "80"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment