Skip to content

Commit

Permalink
feat: expose node RPC port (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzdybal authored Jun 29, 2023
1 parent f7362d0 commit c0b729d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ COPY --from=celestia-app /bin/celestia-appd /bin/

COPY entrypoint.sh /opt/entrypoint.sh

EXPOSE 26657 26659 9090
EXPOSE 26657 26658 26659 9090

ENTRYPOINT [ "/bin/bash", "/opt/entrypoint.sh" ]

0 comments on commit c0b729d

Please sign in to comment.