Skip to content

Commit

Permalink
Fix container entrypoints
Browse files Browse the repository at this point in the history
This should resolve #722.
  • Loading branch information
mostynb committed Dec 30, 2023
1 parent 7d54391 commit 25f0f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ oci_image(
name = "bazel-remote-image",
base = "@cgo_amd64_base", # Does not include openssl.
entrypoint = [
"/app/bazel-remote-base.binary",
"/bazel-remote",
"--http_address=:8080",
"--dir=/data",

Expand All @@ -141,7 +141,7 @@ oci_image(
name = "bazel-remote-image-arm64",
base = "@cgo_arm64_base", # Does not include openssl.
entrypoint = [
"/app/bazel-remote-base.binary",
"/bazel-remote",
"--http_address=:8080",
"--dir=/data",

Expand Down

0 comments on commit 25f0f27

Please sign in to comment.