mirror of
https://github.com/docker/getting-started-app.git
synced 2025-07-03 16:01:27 -04:00
Add AWS docker file
This commit is contained in:
9
Dockerrun.aws.json
Normal file
9
Dockerrun.aws.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"AWSEBDockerrunVersion": "1",
|
||||||
|
"Ports": [
|
||||||
|
{
|
||||||
|
"ContainerPort": "3000"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Logging": "/var/log/node"
|
||||||
|
}
|
Reference in New Issue
Block a user