helium / rosetta-helium

Rosetta implementation for helium
18 stars 4 forks source link

Separate dockerfile for mainnet and testnet #55

Open GeekArthur opened 2 years ago

GeekArthur commented 2 years ago

Currently the mainnet and testnet share the same dockerfile and use --build-arg NETWORK=<network> to differentiate the network, in order to satisfy the infra requirement, we need to separate the dockerfile for mainnet and testnet.

syuan100 commented 2 years ago

Should be fixed in optimizations branch now. Will close when merged.

GeekArthur commented 2 years ago

@syuan100 thanks