Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
use number instead of string for port number
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthepink committed Jul 21, 2016
1 parent f240111 commit c3f83bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ make_task_def() {
}
},
"portMappings": [
{ "hostPort": "'"$host_port"'", "containerPort": 80, "protocol": "http" }
{ "hostPort": '"$host_port"', "containerPort": 80, "protocol": "http" }
],
"environment": [
{ "name": "NODE_ENV", "value": "production" },
Expand Down

0 comments on commit c3f83bb

Please sign in to comment.