mirror of
https://github.com/docker/getting-started-app.git
synced 2025-02-22 05:32:05 -05:00
Add AWS docker file
This commit is contained in:
parent
5f55269366
commit
1fe2b2e3ad
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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user