Skip to content

Commit ea09886

Browse files
author
Björn Urban
committed
fix(infra): set correct container port
1 parent 1b9d513 commit ea09886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const deployment = new Deployment(resourceName, {
100100
"ports": [
101101
{
102102
"name": "http",
103-
"containerPort": 3000
103+
"containerPort": 8080
104104
}
105105
]
106106
}

0 commit comments

Comments
 (0)