Skip to content

Commit

Permalink
move binary
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Sep 30, 2023
1 parent a291f40 commit 1abc630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Build
run: |
cargo +nightly build --release -p hyperbridge
mv ./target/release/hyperbridge ./
- name: Install Cargo get
run: cargo install cargo-get
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/slim.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker.io/library/debian:bullseye-slim

WORKDIR /

COPY ./target/release/hyperbridge ./
COPY ./hyperbridge ./


ENTRYPOINT ["./hyperbridge"]

0 comments on commit 1abc630

Please sign in to comment.