Skip to content

Commit

Permalink
use generic bee binary name (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgadban authored Jun 22, 2022
1 parent dfcddf4 commit 39dc423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/internal/commands/package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ COPY ./store /root/.bumblebee/store/

ARG BPF_IMAGE
ENV BPF_IMAGE=$BPF_IMAGE
CMD ./bee-linux-amd64 run --no-tty ${BPF_IMAGE}
CMD ./bee run --no-tty ${BPF_IMAGE}

0 comments on commit 39dc423

Please sign in to comment.