Open GeekArthur opened 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.
--build-arg NETWORK=<network>
Should be fixed in optimizations branch now. Will close when merged.
optimizations
@syuan100 thanks
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.