Skip to content

Commit

Permalink
add entrypoint to dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <[email protected]>
  • Loading branch information
onur-ozkan committed Jun 10, 2024
1 parent c72a07b commit d4fb93a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
run: |
git clone https://github.com/cosmos/relayer
cd relayer
echo 'ENTRYPOINT ["rly", "start"]' >> ./Dockerfile
docker build -t komodoofficial/ibc-relayer:latest -f ./Dockerfile .
docker push komodoofficial/ibc-relayer:latest
Expand Down

0 comments on commit d4fb93a

Please sign in to comment.