Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lvapeab committed Jul 15, 2020
1 parent 5eb31f2 commit bd718ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/node/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ load("@io_bazel_rules_docker//container:container.bzl", "container_push")
nodejs_binary(
name = "app",
args = [
# TODO: Replace hardcoded values with variables
"--grpc_port 50001 --port 80 --grpc_address stats-analyzer",
],
data = [
Expand Down Expand Up @@ -33,6 +34,7 @@ nodejs_binary(
nodejs_image(
name = "image",
args = [
# TODO: Replace hardcoded values with variables
"--grpc_port",
"50001",
"--port",
Expand Down

0 comments on commit bd718ad

Please # to comment.