mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
chore: replace CMD with ENTRYPOINT for sonrd
This commit is contained in:
parent
76f6391587
commit
6438fdf944
@ -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
|
||||||
|
|
||||||
CMD ["/usr/bin/sonrd", "start"]
|
ENTRYPOINT ["/usr/bin/sonrd"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user