Skip to content

Commit

Permalink
Include standalone grade command into the Docker image for easier deb…
Browse files Browse the repository at this point in the history
…ugging
  • Loading branch information
salikh committed Jun 3, 2020
1 parent 7227377 commit e21cbc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ pkg_tar(
name = "binary_tar",
srcs = [
"//go/cmd/uploadserver",
# Having a stand-alone grade binary in the image is helpful for debugging.
"//go/cmd/grade",
],
mode = "755",
package_dir = "bin",
Expand Down

0 comments on commit e21cbc4

Please sign in to comment.