What's the exact process of running an Axelar node in a docker container?

I’ve followed the documentation which is at GitHub - axelarnetwork/axelar-core: Axelar : A Decentralized Blockchain Interoperability Network. I was able to create a docker image. But, I’m not able to start the container. The error says:

Error: couldn’t read GenesisDoc file: open /home/axelard/.axelar/config/genesis.json: no such file or directory

Put the genesis.json in the specified location:

wget https://axelar-mainnet.s3.us-east-2.amazonaws.com/genesis.json -O $HOME/.axelar/config/genesis.json