File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ operator_full_registration: operator_get_eth operator_register_with_eigen_layer
175175
176176operator_start_docker :
177177 @echo " Starting Operator..."
178- @docker- compose -f operator/docker/compose.yaml up
178+ @docker compose -f operator/docker/compose.yaml up
179179
180180__BATCHER__ :
181181
@@ -399,12 +399,12 @@ generate_groth16_ineq_proof: ## Run the gnark_plonk_bn254_script
399399__METRICS__ :
400400run_metrics : # # Run metrics using metrics-docker-compose.yaml
401401 @echo " Running metrics..."
402- @docker- compose -f metrics-docker-compose.yaml up
402+ @docker compose -f metrics-docker-compose.yaml up
403403
404404__STORAGE__ :
405405run_storage : # # Run storage using storage-docker-compose.yaml
406406 @echo " Running storage..."
407- @docker- compose -f storage-docker-compose.yaml up
407+ @docker compose -f storage-docker-compose.yaml up
408408
409409__DEPLOYMENT__ :
410410deploy_aligned_contracts : # # Deploy Aligned Contracts
You can’t perform that action at this time.
0 commit comments