sei-chain icon indicating copy to clipboard operation
sei-chain copied to clipboard

feat: add docker support

Open achilleas-kal opened this issue 2 years ago • 0 comments

This PR adds docker support for both aarch64 & x86/64

Steps to test:

  1. git checkout 1.1.4beta
  2. docker build . -t seid:prod
  3. docker run seid:prod seid version (this should output 1.1.4beta)

achilleas-kal avatar Sep 13 '22 07:09 achilleas-kal