Add NDLC-CLI
This commit is contained in:
6
ndlc-cli.sh
Executable file
6
ndlc-cli.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd . > /dev/null
|
||||
cd "$(dirname "$BTCPAY_ENV_FILE")"
|
||||
docker-compose -f $BTCPAY_DOCKER_COMPOSE run --rm ndlc "$@"
|
||||
popd > /dev/null
|
||||
Reference in New Issue
Block a user