diff --git a/0.17/Dockerfile b/0.17/Dockerfile index bb795a2..11b88a0 100644 --- a/0.17/Dockerfile +++ b/0.17/Dockerfile @@ -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"]