mirror of
https://github.com/docker/getting-started-app.git
synced 2026-01-10 13:55:13 -05:00
Compare commits
2 Commits
ca99847375
...
cc0ae3aedc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc0ae3aedc | ||
|
|
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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user