mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-05-02 03:01:08 -04: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
|