SumOfUs/Champaign

View on GitHub
Dockerrun.aws.json.template

Summary

Maintainability
Test Coverage
{
  "AWSEBDockerrunVersion": "1",
  "Authentication": {
  },
  "Image": {
    "Name": "soutech/champaign_web:$CIRCLE_SHA1"
  },
  "Ports": [
    {
      "ContainerPort": "3000"
    }
  ],
  "Volumes": [],
  "Logging": "/champaign/log"
}