[cloud] fix(docker): Define port used by docker

This commit is contained in:
Ben Gotow 2016-11-22 13:17:31 -08:00
parent 0c5dd6ded7
commit 651ba4af4b

10
Dockerrun.aws.json Normal file
View file

@ -0,0 +1,10 @@
{
"AWSEBDockerrunVersion": "1",
"Ports": [{
"ContainerPort": "5100"
}],
"Volumes": [{
"HostDirectory": "/var/app/current",
"ContainerDirectory": "/usr/src/app"
}]
}