We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af486b commit 07c74e1Copy full SHA for 07c74e1
1 file changed
Dockerrun.aws.json
@@ -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