diff --git a/.aws/task-definition.json b/.aws/task-definition.json index 800ef71..33b5077 100644 --- a/.aws/task-definition.json +++ b/.aws/task-definition.json @@ -12,6 +12,13 @@ "hostPort": 80, "protocol": "tcp", "appProtocol": "http" + }, + { + "name": "ironoc-8080-tcp", + "containerPort": 8080, + "hostPort": 8080, + "protocol": "tcp", + "appProtocol": "http" } ], "essential": true,