Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kant777 authored Dec 21, 2023
1 parent b2827c9 commit 6e3b1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth-poa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ COPY geth-poa/entrypoint.sh /entrypoint.sh

RUN chmod +x /entrypoint.sh

EXPOSE 8545 6060
EXPOSE 8545 6060 60601

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 6e3b1ba

Please sign in to comment.