mirror of
https://github.com/Ride-The-Lightning/RTL
synced 2024-11-03 23:15:24 +00:00
bcf650ba67
* Add dev docker setup * Create README.md
8 lines
149 B
Bash
Executable File
8 lines
149 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source .env
|
|
|
|
docker-compose exec lnd lncli \
|
|
--macaroonpath /shared/admin.macaroon \
|
|
--tlscertpath /shared/tls.cert \
|
|
"$@" |