Skip to content

Commit

Permalink
chore: port 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-kallavus committed Dec 28, 2023
1 parent 03e2903 commit 70cd3f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions .config/aws-task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"portMappings": [
{
"name": "moon-design-3000-tcp",
"containerPort": 80,
"containerPort": 3000,
"hostPort": 80,
"protocol": "tcp",
"appProtocol": "http"
Expand Down Expand Up @@ -65,8 +65,13 @@
}
],
"placementConstraints": [],
"compatibilities": ["EC2", "FARGATE"],
"requiresCompatibilities": ["FARGATE"],
"compatibilities": [
"EC2",
"FARGATE"
],
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "3072",
"runtimePlatform": {
Expand All @@ -76,4 +81,4 @@
"registeredAt": "2023-12-19T14:37:52.978Z",
"registeredBy": "arn:aws:iam::356075920533:user/Karl.Kallavus",
"tags": []
}
}
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build:types": "node scripts/buildExamplesType.mjs",
"build": "pnpm run build:types && next build",
"lint": "next lint",
"start": "next start -p 80",
"start": "next start",
"test": "playwright test"
},
"dependencies": {
Expand Down Expand Up @@ -37,4 +37,4 @@
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}
}

0 comments on commit 70cd3f8

Please sign in to comment.