Skip to content

Commit 07c74e1

Browse files
committed
dockerrun for local deploy test
1 parent 0af486b commit 07c74e1

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Dockerrun.aws.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"AWSEBDockerrunVersion": "1",
3+
"Image": {
4+
"Name": "471112562511.dkr.ecr.us-east-1.amazonaws.com/finishline-production:latest",
5+
"Update": "true"
6+
},
7+
"Ports": [
8+
{
9+
"ContainerPort": 3001,
10+
"HostPort": 3001
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)