refactor: use CMD instead of ENTRYPOINT in Dockerfile

This commit is contained in:
Prad Nukala 2024-08-29 08:45:53 -04:00
parent 641fe3cf9a
commit 76f6391587

View File

@ -47,4 +47,4 @@ WORKDIR /opt
# rest server, tendermint p2p, tendermint rpc # rest server, tendermint p2p, tendermint rpc
EXPOSE 1317 26656 26657 EXPOSE 1317 26656 26657
ENTRYPOINT ["/usr/bin/sonrd"] CMD ["/usr/bin/sonrd", "start"]