add bitcoind ENTRYPOINT

This commit is contained in:
Damian Mee 2019-02-08 19:01:31 +07:00
parent 3de63e8359
commit 0897d6de00
No known key found for this signature in database
GPG Key ID: 2F961EAB8789725D

View File

@ -91,4 +91,5 @@ COPY --from=bitcoin-core /opt /opt
EXPOSE 8332 8333 18332 18333 18444 28333 28332
ENTRYPOINT ["bitcoind"]
CMD ["bitcoind", "-zmqpubrawblock=tcp://0.0.0.0:28332", "-zmqpubrawtx=tcp://0.0.0.0:28333"]