Skip to content

Commit

Permalink
use entrypoint instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhodges committed Jun 17, 2017
1 parent f3e6480 commit 3d0e6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ go_binary(
docker_build(
name = "prod",
base = "@base//image:image.tar",
cmd = "./hello",
entrypoint = "./hello",
repository = "distroless_sh_bug",
files = [
":hello",
Expand Down

0 comments on commit 3d0e6e6

Please sign in to comment.