Update Dockerfile

This commit is contained in:
kant777 2023-12-21 04:33:01 -08:00 committed by GitHub
parent b2827c904a
commit 6e3b1ba6bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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