chore: replace CMD with ENTRYPOINT for sonrd

This commit is contained in:
Prad Nukala
2024-08-29 14:07:50 -04:00
parent 76f6391587
commit 6438fdf944
+1 -1
View File
@@ -47,4 +47,4 @@ WORKDIR /opt
# rest server, tendermint p2p, tendermint rpc
EXPOSE 1317 26656 26657
CMD ["/usr/bin/sonrd", "start"]
ENTRYPOINT ["/usr/bin/sonrd"]