1
0

Generate pull-images.sh with the docker-compose.

This commit is contained in:
nicolas.dorier
2019-07-01 16:11:44 +09:00
parent f2deb7a0df
commit 14db9e2f3c
4 changed files with 31 additions and 8 deletions

View File

@@ -98,6 +98,10 @@ btcpay_up() {
popd > /dev/null
}
btcpay_pull() {
. $BTCPAY_BASE_DIRECTORY/Generated/pull-images.sh
}
btcpay_down() {
pushd . > /dev/null
cd "$(dirname "$BTCPAY_ENV_FILE")"