add AWS EB template

master
Thomas Riboulet 9 years ago
parent 941ec56e5a
commit 5b72edab78

@ -0,0 +1,16 @@
{
"AWSEBDockerrunVersion": "1",
"Authentication": {
"Bucket": "sinatra-hello",
"Key": "dockercfg"
},
"Image": {
"Name": "mcansky/sinatra-hello:<TAG>",
"Update": "true"
},
"Ports": [
{
"ContainerPort": "80"
}
]
}
Loading…
Cancel
Save