Skip to content

Commit

Permalink
ci(aws): eb expects the same port as in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Feb 28, 2020
1 parent 12cd5f5 commit 6c98047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerrun.aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"Ports": [
{
"ContainerPort": "8080"
"ContainerPort": "3000"
}
]
}

0 comments on commit 6c98047

Please sign in to comment.