Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored Mar 19, 2024
1 parent 0224d14 commit 1f5b542
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ WORKDIR /wgkex
COPY BUILD WORKSPACE requirements.txt ./
COPY wgkex ./wgkex

RUN ["bazel", "--bisect 7.0.2..HEAD", "test", "//wgkex/broker:app"]
RUN wget https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64

RUN ["bazelisk-linux-amd64", "--bisect 7.0.2..HEAD", "test", "//wgkex/broker:app"]
RUN ["bazel", "build", "//wgkex/broker:app"]
RUN ["bazel", "build", "//wgkex/worker:app"]
RUN ["cp", "-rL", "bazel-bin", "bazel"]
Expand Down

0 comments on commit 1f5b542

Please sign in to comment.