mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 07:38:03 -05:00
6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cp -r ./dashboards docker/grafana_dev/dashboards
|
|
|
|
docker-compose -f docker/docker-compose.local_dev.yml up --build
|