nicolas.dorier
5 years ago
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
1 changed files with
5 additions and
1 deletions
-
.circleci/test-install.sh
|
|
@ -2,7 +2,11 @@ |
|
|
|
|
|
|
|
set -e |
|
|
|
|
|
|
|
cd .. |
|
|
|
cd ../.. |
|
|
|
|
|
|
|
[ -d btcpayserver-docker ] || mv project btcpayserver-docker |
|
|
|
|
|
|
|
cd btcpayserver-docker |
|
|
|
|
|
|
|
export BTCPAY_HOST="btcpay.local" |
|
|
|
export REVERSEPROXY_DEFAULT_HOST="btcpay.local" |
|
|
|