Update Dockerfile

This commit is contained in:
kant777 2023-12-21 04:33:01 -08:00 committed by Shawn
parent f543f662c6
commit fcad6de317

View file

@ -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"]