Skip to content

Commit 459758f

Browse files
committed
-reuploading with dockerrun.aws.json
1 parent 9b55483 commit 459758f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Dockerrun.aws.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"AWSEBDockerrunVersion": "1",
3+
"Image": {
4+
"Name": "035101486432.dkr.ecr.us-east-1.amazonaws.com/reactype-2stage:latest",
5+
"Update": "true"
6+
},
7+
"Ports": [
8+
{
9+
"ContainerPort": "5656"
10+
}
11+
],
12+
"Environment": [
13+
{
14+
"Name": "API_BASE_URL",
15+
"Value": "Reactype-v17env.eba-sw2fhsbj.us-east-1.elasticbeanstalk.com"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)