1
0

Add NDLC-CLI

This commit is contained in:
nicolas.dorier
2020-11-21 10:50:27 +09:00
parent c297d090ee
commit 835672dd18
6 changed files with 42 additions and 0 deletions

6
ndlc-cli.sh Executable file
View 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