diff --git a/Dockerrun.aws.json b/Dockerrun.aws.json new file mode 100644 index 0000000..4ca494a --- /dev/null +++ b/Dockerrun.aws.json @@ -0,0 +1,9 @@ +{ + "AWSEBDockerrunVersion": "1", + "Ports": [ + { + "ContainerPort": "3000" + } + ], + "Logging": "/var/log/node" +} \ No newline at end of file