fixed missing rollup
This commit is contained in:
parent
447e1215ad
commit
5af28b9de6
@ -58,9 +58,7 @@ services:
|
||||
op-node:
|
||||
image: blastio/blast-optimism:${NETWORK:-mainnet}
|
||||
volumes:
|
||||
- blast-data:/blast
|
||||
- ../config/blast/genesis.json:/blast/genesis.json
|
||||
- ../config/blast/rollup.json:/blast/rollup.json
|
||||
- blast-data:/blast:rw
|
||||
ports:
|
||||
- "9003"
|
||||
command: >
|
||||
|
@ -35,3 +35,6 @@ def create(context, extra_args):
|
||||
compose_file = [f for f in command_context.cluster_context.compose_files if "blast" in f][0]
|
||||
source_config_file = Path(compose_file).parent.parent.joinpath("config", "blast", "genesis.json")
|
||||
copy(source_config_file, deploy_dir)
|
||||
source_config_file = Path(compose_file).parent.parent.joinpath("config", "blast", "rollup.json")
|
||||
copy(source_config_file, deploy_dir)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user