Adding linux setup instructions to readme. Adding Dockerrun.aws.json file

This commit is contained in:
Christopher Speller
2015-06-19 09:00:28 -04:00
parent 65a0990665
commit bb478eeb1a

13
docker/Dockerrun.aws.json Executable file
View File

@@ -0,0 +1,13 @@
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "mattermost/platform",
"Update": "true"
},
"Ports": [
{
"ContainerPort": "80"
}
],
"Logging": "/var/log/"
}