Skip to content

Commit

Permalink
add default entrypoint for the container image
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Jun 14, 2024
1 parent df42391 commit 8b9f044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ COPY --from=busybox-min --chown=100:1000 /home/relayer /home/relayer

WORKDIR /home/relayer
USER relayer

ENTRYPOINT ["rly", "start"]

0 comments on commit 8b9f044

Please sign in to comment.