Files
old-svijetlastrana/Dockerrun.aws.json

12 lines
208 B
JSON
Raw Permalink Normal View History

2018-04-25 13:16:36 +02:00
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Update": "true"
},
"Ports": [
{
"ContainerPort": "5000"
}
],
"Logging": "/var/log/eb-docker/containers/eb-current-app/stdouterr.log"
}