Skip to content

Instantly share code, notes, and snippets.

@umit
Created March 5, 2016 15:27
Show Gist options
  • Save umit/ea5dd8b5efc441d428ec to your computer and use it in GitHub Desktop.
Save umit/ea5dd8b5efc441d428ec to your computer and use it in GitHub Desktop.
Dockerrun.aws.json
{
"AWSEBDockerrunVersion": "1",
"Authentication": {
"Bucket": "yourbucketname",
"Key": ".dockercfg.json"
},
"Image": {
"Name": "umitunal/spring-boot-docker",
"Update": "true"
},
"Ports": [
{
"ContainerPort": "8080"
}
],
"Logging": "/var/log"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment