1
0

Do not build the docker-compose if no docker

This commit is contained in:
nicolas.dorier
2019-07-03 16:09:43 +09:00
parent 64544cbe2f
commit 27919437cd

View File

@@ -403,7 +403,7 @@ if $HAS_DOCKER; then
fi
# Generate the docker compose in BTCPAY_DOCKER_COMPOSE
. ./build.sh
$HAS_DOCKER && . ./build.sh
if [[ "$BTCPAYGEN_OLD_PREGEN" == "true" ]]; then
cp Generated/docker-compose.generated.yml $BTCPAY_DOCKER_COMPOSE